CloseChannel Property

Summary

Gets or sets the client channel to be closed.

Syntax
C#
VB
C++
public string CloseChannel { get; set; } 
  
Public Property CloseChannel As String 
public: 
property String^ CloseChannel { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String value representing the channel ID in a session to be closed.

Remarks

If the value field is "*", all channels associated with the session will be closed.

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 Assembly