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