SSHLogoffAsync Method
Logoff from the SSH server.
Syntax
[VB.NET] Public Function SSHLogoffAsync() As Task
[C#] public Task SSHLogoffAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SSHLogoffAsync MethodLogoff from the SSH server. Syntax[VB.NET] Public Function SSHLogoffAsync() As Task [C#] public Task SSHLogoffAsync(); RemarksThis method is the asynchronous version of the SSHLogoff method and is used to support asynchronous operations in WinRT. Please refer to SSHLogoff for more information. |
||