DownloadFileAsync Method
Downloads a file.
Syntax
[VB.NET] Public Function DownloadFileAsync() As Task
[C#] public Task DownloadFileAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DownloadFileAsync MethodDownloads a file. Syntax[VB.NET] Public Function DownloadFileAsync() As Task [C#] public Task DownloadFileAsync(); RemarksThis method is the asynchronous version of the DownloadFile method and is used to support asynchronous operations in WinRT. Please refer to DownloadFile for more information. |
||