LogoffAsync Method
Logoff from the FTP server by posting a QUIT command.
Syntax
[VB.NET] Public Function LogoffAsync() As Task
[C#] public Task LogoffAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
LogoffAsync MethodLogoff from the FTP server by posting a QUIT command. Syntax[VB.NET] Public Function LogoffAsync() As Task [C#] public Task LogoffAsync(); RemarksThis 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. |
||