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

GetIdentityMailFromDomainAttributesAsync() public method

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

            return InvokeAsync<GetIdentityMailFromDomainAttributesRequest,GetIdentityMailFromDomainAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::GetIdentityMailFromDomainAttributesAsync ( GetIdentityMailFromDomainAttributesRequest request, GetIdentityMailFromDomainAttributesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient