CheckMessageStatusAsync Method
Will retrieve the status of the specified message.
Syntax
[VB.NET] Public Function CheckMessageStatusAsync(ByVal MessageId As String) As Task
[C#] public Task CheckMessageStatusAsync(string messageId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CheckMessageStatusAsync MethodWill retrieve the status of the specified message. Syntax[VB.NET] Public Function CheckMessageStatusAsync(ByVal MessageId As String) As Task [C#] public Task CheckMessageStatusAsync(string messageId); RemarksThis method is the asynchronous version of the CheckMessageStatus method and is used to support asynchronous operations in WinRT. Please refer to CheckMessageStatus for more information. |
||