DiscardCheckoutAsync Method
Discards a checkout lock.
Syntax
[VB.NET] Public Function DiscardCheckoutAsync(ByVal RemoteFile As String) As IAsyncAction
[C#] public IAsyncAction DiscardCheckoutAsync(string remoteFile);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DiscardCheckoutAsync MethodDiscards a checkout lock. Syntax[VB.NET] Public Function DiscardCheckoutAsync(ByVal RemoteFile As String) As IAsyncAction [C#] public IAsyncAction DiscardCheckoutAsync(string remoteFile); RemarksThis method is the asynchronous version of the DiscardCheckout method and is used to support asynchronous operations in WinRT. Please refer to DiscardCheckout for more information. |
||