Amazon.Route53Domains.AmazonRoute53DomainsClient.EnableDomainAutoRenewAsync C# (CSharp) Метод

EnableDomainAutoRenewAsync() публичный Метод

Initiates the asynchronous execution of the EnableDomainAutoRenew operation.
public EnableDomainAutoRenewAsync ( Amazon.Route53Domains.Model.EnableDomainAutoRenewRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Route53Domains.Model.EnableDomainAutoRenewRequest Container for the necessary parameters to execute the EnableDomainAutoRenew operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<EnableDomainAutoRenewResponse> EnableDomainAutoRenewAsync(EnableDomainAutoRenewRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new EnableDomainAutoRenewRequestMarshaller();
            var unmarshaller = EnableDomainAutoRenewResponseUnmarshaller.Instance;

            return InvokeAsync<EnableDomainAutoRenewRequest,EnableDomainAutoRenewResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53DomainsClient