SSHLogonAsync Method
Logon to the selected server.
Syntax
[VB.NET] Public Function SSHLogonAsync(ByVal SSHHost As String, ByVal SSHPort As Integer) As Task
[C#] public Task SSHLogonAsync(string SSHHost, int SSHPort);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SSHLogonAsync MethodLogon to the selected server. Syntax[VB.NET] Public Function SSHLogonAsync(ByVal SSHHost As String, ByVal SSHPort As Integer) As Task [C#] public Task SSHLogonAsync(string SSHHost, int SSHPort); RemarksThis method is the asynchronous version of the SSHLogon method and is used to support asynchronous operations in WinRT. Please refer to SSHLogon for more information. |
||