[VB.NET]
Public Function UnLockResourceAsync(ByVal ResourceURI As String)AsTask
[C#]
public Task UnLockResourceAsync(string resourceURI);
Remarks
This 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.