WebSiteManagementClient.UnregisterSubscriptionAsync Method (CancellationToken)
Asynchronously unregisters a subscription to use Microsoft Azure Websites.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public 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.
Show: