DownloadAsync Method
Download the specified file.
Syntax
[VB.NET] Public Function DownloadAsync() As Task
[C#] public Task DownloadAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DownloadAsync MethodDownload the specified file. 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. |
||