SalesBuy
1-855-856-7678
Technical SupportSupport
Begins an asynchronous operation to receive a message.
Namespace: Microsoft.ServiceBus.Messaging
public IAsyncResult BeginReceive(
TimeSpan serverWaitTime,
AsyncCallback callback,
Object state
)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if the serverWaitTime is negative. |
| OperationCanceledException | Thrown if the client entity has been closed or aborted. |