GetAsync Method
Retrieves a document from the library specified by DocumentLibrary .
Syntax
[VB.NET] Public Function GetAsync(ByVal RemoteFile As String) As Task
[C#] public Task GetAsync(string remoteFile);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAsync MethodRetrieves a document from the library specified by DocumentLibrary . Syntax[VB.NET] Public Function GetAsync(ByVal RemoteFile As String) As Task [C#] public Task GetAsync(string remoteFile); RemarksThis method is the asynchronous version of the Get method and is used to support asynchronous operations in WinRT. Please refer to Get for more information. |
||