SalesBuy
1-855-856-7678
Technical SupportSupport
Begins an asynchronous request to send a brokered message.
Namespace: Microsoft.ServiceBus.Messaging
public IAsyncResult BeginSend(
BrokeredMessage message,
AsyncCallback callback,
Object state
)
| Exception | Condition |
|---|---|
| TimeoutException |
Thrown when operation times out. Timeout period is initialized through the MessagingFactorySettings. You may need to increase the value of the OperationTimeout to avoid this exception if the timeout value is relatively low. |
| ArgumentException |
Thrown when the brokered message is null. |