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

DescribeConfigurationSetAsync() public method

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

            return InvokeAsync<DescribeConfigurationSetRequest,DescribeConfigurationSetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::DescribeConfigurationSetAsync ( DescribeConfigurationSetRequest request, DescribeConfigurationSetResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient