UnlockFileAsync Method
Unlocks the specified file.
Syntax
[VB.NET] Public Function UnlockFileAsync() As Task
[C#] public Task UnlockFileAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UnlockFileAsync MethodUnlocks the specified file. Syntax[VB.NET] Public Function UnlockFileAsync() As Task [C#] public Task UnlockFileAsync(); RemarksThis method is the asynchronous version of the UnlockFile method and is used to support asynchronous operations in WinRT. Please refer to UnlockFile for more information. |
||