SSHLogoffAsync Method
Logoff from the SSH server.
Syntax
[VB.NET]
Public Function SSHLogoffAsync() As Task
[C#]
public Task SSHLogoffAsync();
Remarks
This 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.