WebSiteManagementClient.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
public Task<OperationResponse> UnregisterSubscriptionAsync(
CancellationToken cancellationToken
)
public:
virtual Task<OperationResponse^>^ UnregisterSubscriptionAsync(
CancellationToken cancellationToken
) sealed
abstract UnregisterSubscriptionAsync :
cancellationToken:CancellationToken -> Task<OperationResponse>
override UnregisterSubscriptionAsync :
cancellationToken:CancellationToken -> Task<OperationResponse>
Public 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.
Implements
IWebSiteManagementClient.UnregisterSubscriptionAsync(CancellationToken)
See Also
WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top