DownloadAsync Method
Download a RemoteFile from an FTP server.
Syntax
[VB.NET] Public Function DownloadAsync() As Task
[C#] public Task DownloadAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DownloadAsync MethodDownload a RemoteFile from an FTP server. Syntax[VB.NET] Public Function DownloadAsync() As Task [C#] public Task DownloadAsync(); RemarksThis 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. |
||