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
Public method BeginTryReceive(AsyncCallback, Object) Asynchronous version of the TryReceive() method. Begins a try receive operation.
Public method BeginTryReceive(TimeSpan, AsyncCallback, Object) Asynchronous version of the TryReceive() method. Begins a try receive operation.
Public method BeginTryReceive(MessageReceipt, AsyncCallback, Object) Asynchronous version of the TryReceive() method. Begins a try receive operation.
Public method BeginTryReceive(MessageReceipt, TimeSpan, AsyncCallback, Object) Asynchronous version of the TryReceive() method. Begins a try receive operation.

Top

See Also

Reference

MessageReceiver Class

Microsoft.ServiceBus.Messaging Namespace