Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListReceiptRuleSetsAsync C# (CSharp) Метод

ListReceiptRuleSetsAsync() публичный Метод

Initiates the asynchronous execution of the ListReceiptRuleSets operation.
public ListReceiptRuleSetsAsync ( ListReceiptRuleSetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListReceiptRuleSetsRequest Container for the necessary parameters to execute the ListReceiptRuleSets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListReceiptRuleSetsResponse> ListReceiptRuleSetsAsync(ListReceiptRuleSetsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListReceiptRuleSetsRequestMarshaller();
            var unmarshaller = ListReceiptRuleSetsResponseUnmarshaller.Instance;

            return InvokeAsync<ListReceiptRuleSetsRequest,ListReceiptRuleSetsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::ListReceiptRuleSetsAsync ( ListReceiptRuleSetsRequest request, ListReceiptRuleSetsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient