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

EndGetDocumentationVersion() public method

Finishes the asynchronous execution of the GetDocumentationVersion operation.
public EndGetDocumentationVersion ( IAsyncResult asyncResult ) : GetDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationVersion.
return Amazon.APIGateway.Model.GetDocumentationVersionResponse
        public  GetDocumentationVersionResponse EndGetDocumentationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDocumentationVersionResponse>(asyncResult);
        }
AmazonAPIGatewayClient