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

EndCreateDocumentationVersion() public method

Finishes the asynchronous execution of the CreateDocumentationVersion operation.
public EndCreateDocumentationVersion ( IAsyncResult asyncResult ) : CreateDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocumentationVersion.
return Amazon.APIGateway.Model.CreateDocumentationVersionResponse
        public  CreateDocumentationVersionResponse EndCreateDocumentationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDocumentationVersionResponse>(asyncResult);
        }
AmazonAPIGatewayClient