AbandonAsync Method
Asks the server to abandon a request.
Syntax
[VB.NET] Public Function AbandonAsync(ByVal MessageId As Integer) As IAsyncAction
[C#] public IAsyncAction AbandonAsync(int messageId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AbandonAsync MethodAsks the server to abandon a request. Syntax[VB.NET] Public Function AbandonAsync(ByVal MessageId As Integer) As IAsyncAction [C#] public IAsyncAction AbandonAsync(int messageId); RemarksThis method is the asynchronous version of the Abandon method and is used to support asynchronous operations in WinRT. Please refer to Abandon for more information. |
||