IWebSiteManagementClient.RegisterSubscriptionAsync Method (CancellationToken)

 

Asynchronously registers a subscription to use Microsoft Azure Websites.

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

Function RegisterSubscriptionAsync (
	cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of OperationResponse)

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

Return to top
Show: