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

VerifyDomainDkimAsync() public method

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

            return InvokeAsync<VerifyDomainDkimRequest,VerifyDomainDkimResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::VerifyDomainDkimAsync ( VerifyDomainDkimRequest request, VerifyDomainDkimResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient