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

ResendContactReachabilityEmailAsync() public method

Initiates the asynchronous execution of the ResendContactReachabilityEmail operation.
public ResendContactReachabilityEmailAsync ( ResendContactReachabilityEmailRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Route53Domains.Model.ResendContactReachabilityEmailRequest Container for the necessary parameters to execute the ResendContactReachabilityEmail operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ResendContactReachabilityEmailResponse> ResendContactReachabilityEmailAsync(ResendContactReachabilityEmailRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ResendContactReachabilityEmailRequestMarshaller();
            var unmarshaller = ResendContactReachabilityEmailResponseUnmarshaller.Instance;

            return InvokeAsync<ResendContactReachabilityEmailRequest,ResendContactReachabilityEmailResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53DomainsClient