DownloadFileAsync Method
Downloads the currently selected file.
Syntax
[VB.NET] Public Function DownloadFileAsync(ByVal fileFormat As String) As IAsyncAction
[C#] public IAsyncAction DownloadFileAsync(string fileFormat);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DownloadFileAsync MethodDownloads the currently selected file. Syntax[VB.NET] Public Function DownloadFileAsync(ByVal fileFormat As String) As IAsyncAction [C#] public IAsyncAction DownloadFileAsync(string fileFormat); 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. |
||