[VB.NET]
Public Function UnLockCalendarAsync(ByVal ResourceURI As String)AsTask
[C#]
public Task UnLockCalendarAsync(string resourceURI);
Remarks
This method is the asynchronous version of the UnLockCalendar method and is used to support asynchronous operations in WinRT. Please refer to UnLockCalendar for more information.