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

UpdateMethodAsync() public method

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

            return InvokeAsync<UpdateMethodRequest,UpdateMethodResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient