←Select platform

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 Leadtools.Jpip.Logging.ILogginChannel _ 
) As Boolean 
public: 
static bool ContainsLoggingChannel(  
   Leadtools.Jpip.Logging.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly