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

EndGetDocumentationVersions() public method

Finishes the asynchronous execution of the GetDocumentationVersions operation.
public EndGetDocumentationVersions ( IAsyncResult asyncResult ) : GetDocumentationVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationVersions.
return Amazon.APIGateway.Model.GetDocumentationVersionsResponse
        public  GetDocumentationVersionsResponse EndGetDocumentationVersions(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDocumentationVersionsResponse>(asyncResult);
        }
AmazonAPIGatewayClient