Share via


Subscription.ReceiveAsync<T> Method ()

 

Asynchronously receives a subscription.

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

Syntax

public Task<T> ReceiveAsync<T>()
public:
generic<typename T>
Task<T>^ ReceiveAsync()
member ReceiveAsync<'T> : unit -> Task<'T>
Public Function ReceiveAsync(Of T) As Task(Of T)

Return Value

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

The subscription received.

Type Parameters

  • T
    The type of the subscription.

See Also

ReceiveAsync Overload
Subscription Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top