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