Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.VerifyEmailIdentityAsync C# (CSharp) Method

VerifyEmailIdentityAsync() public method

Initiates the asynchronous execution of the VerifyEmailIdentity operation.
public VerifyEmailIdentityAsync ( VerifyEmailIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task
request VerifyEmailIdentityRequest Container for the necessary parameters to execute the VerifyEmailIdentity operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<VerifyEmailIdentityResponse> VerifyEmailIdentityAsync(VerifyEmailIdentityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new VerifyEmailIdentityRequestMarshaller();
            var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance;

            return InvokeAsync<VerifyEmailIdentityRequest,VerifyEmailIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::VerifyEmailIdentityAsync ( VerifyEmailIdentityRequest request, VerifyEmailIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient