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

EndDeleteDocumentationVersion() public method

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.
public EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationVersion.
return DeleteDocumentationVersionResponse
        public  DeleteDocumentationVersionResponse EndDeleteDocumentationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDocumentationVersionResponse>(asyncResult);
        }
AmazonAPIGatewayClient