This topic has not yet been rated - Rate this topic

QueueClient.BeginReceive Method (TimeSpan, AsyncCallback, Object)

Begins an asynchronous operation to receive a message.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IAsyncResult BeginReceive(
	TimeSpan serverWaitTime,
	AsyncCallback callback,
	Object state
)

Parameters

serverWaitTime
Type: System.TimeSpan
The time span the server waits for processing messages 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 receive a message.
ExceptionCondition
ArgumentOutOfRangeException

Thrown if the serverWaitTime is negative.

OperationCanceledException

Thrown if the client entity has been closed or aborted.

Did you find this helpful?
(1500 characters remaining)

Community Additions

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