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

UpdateDocumentationVersionAsync() public method

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

            return InvokeAsync<UpdateDocumentationVersionRequest,UpdateDocumentationVersionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient