Queue.ReceiveAsync(Of T) Method (TimeSpan)
Begins an asynchronous request to receive data from a connected object with the specified server wait time.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- serverWaitTime
-
Type:
System.TimeSpan
The time span the server waits for processing messages before it times out.
Return Value
Type: System.Threading.Tasks.Task(Of T)An asynchronous request to receive data from a connected object with the specified server wait time.
Type Parameters
- T
The object type.
Show: