MessagingFactorySettings.OperationTimeout Property
Gets or sets the TimeSpan that specifies how long the messaging operation has to complete before timing out.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException |
A null is set; for example, a nullable TimeSpan. |
| ArgumentOutOfRangeException |
A zero or negative TimeSpan is set. |