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

ListConfigurationSetsAsync() public method

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

            return InvokeAsync<ListConfigurationSetsRequest,ListConfigurationSetsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::ListConfigurationSetsAsync ( ListConfigurationSetsRequest request, ListConfigurationSetsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient