Abandon Method
Asks the server to abandon a request.
Syntax
[VB.NET] Public Sub Abandon(ByVal MessageId As Integer)
[C#] public void Abandon(int messageId);
Remarks
This method asks the server to abandon the request specified by MessageId. The result of the operation is returned via the Result event.
NOTE: This method has a corresponding asynchronous version (AbandonAsync) for use in the WinRT environment.