RemoveLoggingChannel Method

Summary

Removes a registered ILogginChannel

Syntax
C#
VB
C++
public static void RemoveLoggingChannel( 
   ILoggingChannel channel 
) 
  
Public Shared Sub RemoveLoggingChannel( _ 
   ByVal channel As ILogginChannel _ 
)  
public: 
static void RemoveLoggingChannel(  
   ILogginChannel^ channel 
)  

Parameters

channel
The ILogginChannel to be removed.

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