BrokeredMessage.BeginAbandon Method
Begins an asynchronous operation to abandon the lock on a peek-locked message.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Parameters
- callback
- Type: System.AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state
- Type: System.Object
A user-defined object that contains information about the receive operation. This object is passed to the EndAbandon delegate when the operation is complete.
Return Value
Type: System.IAsyncResultAn IAsyncResult that references the asynchronous request to abandon the lock on a peek-locked message.
| Exception | Condition |
|---|---|
| ObjectDisposedException |
Thrown when the message is in the disposed state or the receiver with which the message was received is in the disposed state. |
| InvalidOperationException |
Thrown when invoked on a message that has not been received from the message server. |