Queue.ReceiveAsync(Of T) 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)

Public Function ReceiveAsync(Of T) As Task(Of T)

Return Value

Type: System.Threading.Tasks.Task(Of T)

An asynchronous request to receive data from a connected object.

Type Parameters

T

The object type.

Return to top
Show: