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

EndImportDocumentationParts() public method

Finishes the asynchronous execution of the ImportDocumentationParts operation.
public EndImportDocumentationParts ( IAsyncResult asyncResult ) : ImportDocumentationPartsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportDocumentationParts.
return Amazon.APIGateway.Model.ImportDocumentationPartsResponse
        public  ImportDocumentationPartsResponse EndImportDocumentationParts(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportDocumentationPartsResponse>(asyncResult);
        }
AmazonAPIGatewayClient