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

GetIdentityDkimAttributesAsync() public method

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

            return InvokeAsync<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::GetIdentityDkimAttributesAsync ( GetIdentityDkimAttributesRequest request, GetIdentityDkimAttributesResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient