MessageReceiver.BeginTryReceive Method
Asynchronous version of the TryReceive() method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BeginTryReceive(AsyncCallback, Object) | Asynchronous version of the TryReceive() method. Begins a try receive operation. | |
BeginTryReceive(TimeSpan, AsyncCallback, Object) | Asynchronous version of the TryReceive() method. Begins a try receive operation. | |
BeginTryReceive(MessageReceipt, AsyncCallback, Object) | Asynchronous version of the TryReceive() method. Begins a try receive operation. | |
BeginTryReceive(MessageReceipt, TimeSpan, AsyncCallback, Object) | Asynchronous version of the TryReceive() method. Begins a try receive operation. |
Top