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