Amazon.APIGateway.AmazonAPIGatewayClient.DeleteUsagePlanAsync C# (CSharp) Method

DeleteUsagePlanAsync() public method

Initiates the asynchronous execution of the DeleteUsagePlan operation.
public DeleteUsagePlanAsync ( DeleteUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteUsagePlanRequest Container for the necessary parameters to execute the DeleteUsagePlan operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteUsagePlanResponse> DeleteUsagePlanAsync(DeleteUsagePlanRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteUsagePlanRequestMarshaller();
            var unmarshaller = DeleteUsagePlanResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteUsagePlanRequest,DeleteUsagePlanResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient