LogoffAsync Method
Logoff from the FTP server by posting a QUIT command.
Syntax
[VB.NET]
Public Function LogoffAsync() As Task
[C#]
public Task LogoffAsync();
Remarks
This method is the asynchronous version of the
Logoff method and is used to support asynchronous operations in WinRT. Please refer to
Logoff for more information.