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