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