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.