ContainsLoggingChannel Method

Summary
Determines whether an ILogginChannel is registered.
Syntax
C#
VB
C++
public static bool ContainsLoggingChannel( 
   ILoggingChannel channel 
) 
  
Public Shared Function ContainsLoggingChannel( _ 
   ByVal channel As ILogginChannel _ 
) As Boolean 
public: 
static bool ContainsLoggingChannel(  
   ILogginChannel^ channel 
)  

Parameters

channel
The ILogginChannel to test for existence.

Return Value

true if an ILogginChannel is found; otherwise false.

Example

For an example, refer to Leadtools.Jpip.Server.JpipServer.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.