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)
Syntax
Task<OperationResponse> UnregisterSubscriptionAsync(
CancellationToken cancellationToken
)
Task<OperationResponse^>^ UnregisterSubscriptionAsync(
CancellationToken cancellationToken
)
abstract UnregisterSubscriptionAsync :
cancellationToken:CancellationToken -> Task<OperationResponse>
Function UnregisterSubscriptionAsync (
cancellationToken As CancellationToken
) As Task(Of OperationResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>
An OperationResponse object that includes an HTTP status code and request ID.
See Also
IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top