Amazon.Route53Domains.AmazonRoute53DomainsClient.EndEnableDomainAutoRenew C# (CSharp) Method

EndEnableDomainAutoRenew() public method

Finishes the asynchronous execution of the EnableDomainAutoRenew operation.
public EndEnableDomainAutoRenew ( IAsyncResult asyncResult ) : Amazon.Route53Domains.Model.EnableDomainAutoRenewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableDomainAutoRenew.
return Amazon.Route53Domains.Model.EnableDomainAutoRenewResponse
        public  EnableDomainAutoRenewResponse EndEnableDomainAutoRenew(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableDomainAutoRenewResponse>(asyncResult);
        }
AmazonRoute53DomainsClient