Free Trial *Internet Service Required
This topic has not yet been rated - Rate this topic

BrokeredMessage.BeginComplete Method

Begins an asynchronous operation to complete a message.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IAsyncResult BeginComplete(
	AsyncCallback callback,
	Object state
)

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 EndComplete delegate when the operation is complete.

Return Value

Type: System.IAsyncResult
An IAsyncResult that references the asynchronous request to complete a 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.

Complete must only be called on a message that has been received by using a receiver operating in PeekLock ReceiveMode.

Did you find this helpful?
(1500 characters remaining)
facebook page visit twitter rss feed newsletter