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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.