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

EndDeleteDomainName() public method

Finishes the asynchronous execution of the DeleteDomainName operation.
public EndDeleteDomainName ( IAsyncResult asyncResult ) : DeleteDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDomainName.
return DeleteDomainNameResponse
        public  DeleteDomainNameResponse EndDeleteDomainName(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDomainNameResponse>(asyncResult);
        }
AmazonAPIGatewayClient