←Select platform

GetLoggerChannels Method

Summary

Gets the logger channels registered with the specific addin.

Syntax

C#
VB
C++
public Dictionary<string, Type> GetLoggerChannels( 
   string addinName, 
   string loggerName 
) 
  
Public Function GetLoggerChannels( _ 
   ByVal addinName As String, _ 
   ByVal loggerName As String _ 
) As Dictionary(Of String,Type) 
public: 
Dictionary<String^,Type^>^ GetLoggerChannels(  
   String^ addinName, 
   String^ loggerName 
)  

Parameters

addinName
Name of the addin.

loggerName
The name of the logger to get.

Return Value

An index list of logger channels registered with the specified logger.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly