OpenChannelAsync Method
Opens a new SSHChannel .
Syntax
[VB.NET] Public Function OpenChannelAsync(ByVal ChannelType As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> OpenChannelAsync(string channelType);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
OpenChannelAsync MethodOpens a new SSHChannel . Syntax[VB.NET] Public Function OpenChannelAsync(ByVal ChannelType As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> OpenChannelAsync(string channelType); RemarksThis method is the asynchronous version of the OpenChannel method and is used to support asynchronous operations in WinRT. Please refer to OpenChannel for more information. |
||