ContainsLoggingChannel Method

Summary

Determines whether a 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly