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

EndCreateDocumentationPart() public method

Finishes the asynchronous execution of the CreateDocumentationPart operation.
public EndCreateDocumentationPart ( IAsyncResult asyncResult ) : CreateDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocumentationPart.
return Amazon.APIGateway.Model.CreateDocumentationPartResponse
        public  CreateDocumentationPartResponse EndCreateDocumentationPart(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDocumentationPartResponse>(asyncResult);
        }
AmazonAPIGatewayClient