←Select platform

RemoveLoggingChannel Method

Summary

Removes a registered ILogginChannel

Syntax

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

Parameters

channel
The ILogginChannel to be removed.

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