QueueClient.Defer Method
Suspends the processing of a message.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
| 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 the lockToken has lost the message lock. |