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

UpdateStageAsync() public method

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

            return InvokeAsync<UpdateStageRequest,UpdateStageResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient