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

ListReceiptFiltersAsync() public method

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

            return InvokeAsync<ListReceiptFiltersRequest,ListReceiptFiltersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::ListReceiptFiltersAsync ( ListReceiptFiltersRequest request, ListReceiptFiltersResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient