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

EndUpdateDocumentationVersion() public method

Finishes the asynchronous execution of the UpdateDocumentationVersion operation.
public EndUpdateDocumentationVersion ( IAsyncResult asyncResult ) : UpdateDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentationVersion.
return UpdateDocumentationVersionResponse
        public  UpdateDocumentationVersionResponse EndUpdateDocumentationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateDocumentationVersionResponse>(asyncResult);
        }
AmazonAPIGatewayClient