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

EndGetDocumentationPart() public method

Finishes the asynchronous execution of the GetDocumentationPart operation.
public EndGetDocumentationPart ( IAsyncResult asyncResult ) : GetDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationPart.
return Amazon.APIGateway.Model.GetDocumentationPartResponse
        public  GetDocumentationPartResponse EndGetDocumentationPart(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDocumentationPartResponse>(asyncResult);
        }
AmazonAPIGatewayClient