ISubscriptionOperations::GetAsync Method (CancellationToken)

 

Asynchronously returns account and resource allocation information for the specified subscription.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Task<SubscriptionGetResponse^>^ GetAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks::Task<SubscriptionGetResponse^>^

An SubscriptionGetResponse object that contains information about the subscription.

Return to top
Show: