Queue.ReceiveAsync(Of T) Method ()
Begins an asynchronous request to receive data from a connected object.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
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.
Show: