IWebSiteManagementClient::UnregisterSubscriptionAsync Method (CancellationToken)

 

Asynchronously unregisters a subscription to use Microsoft Azure Websites.

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

Task<OperationResponse^>^ UnregisterSubscriptionAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

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

An OperationResponse object that includes an HTTP status code and request ID.

Return to top
Show: