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

EndGetDocumentationParts() public method

Finishes the asynchronous execution of the GetDocumentationParts operation.
public EndGetDocumentationParts ( IAsyncResult asyncResult ) : GetDocumentationPartsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationParts.
return Amazon.APIGateway.Model.GetDocumentationPartsResponse
        public  GetDocumentationPartsResponse EndGetDocumentationParts(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDocumentationPartsResponse>(asyncResult);
        }
AmazonAPIGatewayClient