IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

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);

Remarks

This 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.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0