This topic has not yet been rated - Rate this topic

MessageSession.OnBeginTryReceive Method (TrackingContext, Int32, TimeSpan, AsyncCallback, Object)

Executes upon calling the OnTryReceive or BeginTryReceive operation of the message receiver.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
protected override IAsyncResult OnBeginTryReceive(
	TrackingContext trackingContext,
	int messageCount,
	TimeSpan timeout,
	AsyncCallback callback,
	Object state
)

Parameters

trackingContext
Type: Microsoft.ServiceBus.Tracing.TrackingContext
The context information associated by a transaction tracking this operation.
messageCount
Type: System.Int32
The number of messages to try to receive.
timeout
Type: System.TimeSpan
The time span interval the operation waits before it times out.
callback
Type: System.AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
state
Type: System.Object
A user-defined object that contains state information about the asynchronous operation.

Return Value

Type: System.IAsyncResult
An IAsyncResult that references the asynchronous operation to try to receive messages.

This is a protected member of the abstract MessageSession class. Abstract classes are not meant to be inherited, so protected members should be ignored.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter