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