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

EndDeleteDocumentationPart() public method

Finishes the asynchronous execution of the DeleteDocumentationPart operation.
public EndDeleteDocumentationPart ( IAsyncResult asyncResult ) : DeleteDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationPart.
return DeleteDocumentationPartResponse
        public  DeleteDocumentationPartResponse EndDeleteDocumentationPart(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDocumentationPartResponse>(asyncResult);
        }
AmazonAPIGatewayClient