This topic has not yet been rated - Rate this topic

MessageReceiver.EndDeadLetter Method

Ends an asynchronous operation to move the message to the dead letter queue.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public void EndDeadLetter(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
An IAsyncResult object that references the asynchronous operation to move the message to the dead letter queue.
Exception Condition
TimeoutException

The operation times out.

Did you find this helpful?
(1500 characters remaining)