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

UpdateModelAsync() public method

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

            return InvokeAsync<UpdateModelRequest,UpdateModelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient