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