CancelMessageAsync Method
Will cancel the specified message.
Syntax
[VB.NET] Public Function CancelMessageAsync(ByVal MessageId As String) As IAsyncAction
[C#] public IAsyncAction CancelMessageAsync(string messageId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CancelMessageAsync MethodWill cancel the specified message. Syntax[VB.NET] Public Function CancelMessageAsync(ByVal MessageId As String) As IAsyncAction [C#] public IAsyncAction CancelMessageAsync(string messageId); RemarksThis 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. |
||