This topic has not yet been rated - Rate this topic

SubscriptionClient.Defer Method

Suspends the processing of a message.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public void Defer(
	Guid lockToken
)

Parameters

lockToken
Type: System.Guid
The lock token bound to the locked message instance.
Exception Condition
TimeoutException

Thrown if the operation exceeded the timeout value set by OperationTimeout.

ObjectDisposedException

Thrown if the client entity has been closed or aborted.

MessageLockLostException

Thrown if the message represented by lockToken has lost the message lock.

Did you find this helpful?
(1500 characters remaining)