Subscription.ReceiveAsync<T> Method ()

 

Asynchronously receives a subscription.

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

public Task<T> ReceiveAsync<T>()

Return Value

Type: System.Threading.Tasks.Task<T>

The subscription received.

Type Parameters

T

The type of the subscription.

Return to top
Show: