UnLockResourceAsync Method
Unlocks a resource.
Syntax
[VB.NET] Public Function UnLockResourceAsync(ByVal ResourceURI As String) As Task
[C#] public Task UnLockResourceAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UnLockResourceAsync MethodUnlocks a resource. Syntax[VB.NET] Public Function UnLockResourceAsync(ByVal ResourceURI As String) As Task [C#] public Task UnLockResourceAsync(string resourceURI); RemarksThis method is the asynchronous version of the UnLockResource method and is used to support asynchronous operations in WinRT. Please refer to UnLockResource for more information. |
||