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

DeleteUsagePlanKeyAsync() public method

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

            return InvokeAsync<DeleteUsagePlanKeyRequest,DeleteUsagePlanKeyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient