OpenChannelAsync Method
Opens a new SSHChannel .
Syntax
[VB.NET] Public Function OpenChannelAsync(ByVal ConnectionId As Integer, ByVal ChannelType As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> OpenChannelAsync(int connectionId, string channelType);