Amazon.APIGateway.AmazonAPIGatewayClient.DeleteDocumentationVersionAsync C# (CSharp) Метод

DeleteDocumentationVersionAsync() публичный Метод

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.
public DeleteDocumentationVersionAsync ( DeleteDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteDocumentationVersionResponse> DeleteDocumentationVersionAsync(DeleteDocumentationVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteDocumentationVersionRequestMarshaller();
            var unmarshaller = DeleteDocumentationVersionResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteDocumentationVersionRequest,DeleteDocumentationVersionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient