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