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

UpdateUsagePlanAsync() public method

Initiates the asynchronous execution of the UpdateUsagePlan operation.
public UpdateUsagePlanAsync ( UpdateUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateUsagePlanRequest Container for the necessary parameters to execute the UpdateUsagePlan operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateUsagePlanResponse> UpdateUsagePlanAsync(UpdateUsagePlanRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateUsagePlanRequestMarshaller();
            var unmarshaller = UpdateUsagePlanResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateUsagePlanRequest,UpdateUsagePlanResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient