CloseChannelAsync Method
Closes a existing SSHChannel .
Syntax
[VB.NET] Public Function CloseChannelAsync(ByVal ChannelId As String) As Task
[C#] public Task CloseChannelAsync(string channelId);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CloseChannelAsync MethodCloses a existing SSHChannel . Syntax[VB.NET] Public Function CloseChannelAsync(ByVal ChannelId As String) As Task [C#] public Task CloseChannelAsync(string channelId); RemarksThis method is the asynchronous version of the CloseChannel method and is used to support asynchronous operations in WinRT. Please refer to CloseChannel for more information. |
||