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

ReorderReceiptRuleSetAsync() public method

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

            return InvokeAsync<ReorderReceiptRuleSetRequest,ReorderReceiptRuleSetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::ReorderReceiptRuleSetAsync ( ReorderReceiptRuleSetRequest request, ReorderReceiptRuleSetResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient