Share via


Queue.ReceiveAsync Method

 

Begins an asynchronous request to receive data from a connected object.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Overload List

Name Description
System_CAPS_pubmethod ReceiveAsync<T>()

Begins an asynchronous request to receive data from a connected object.

System_CAPS_pubmethod ReceiveAsync<T>(TimeSpan)

Begins an asynchronous request to receive data from a connected object with the specified server wait time.

See Also

Queue Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top