Amazon.ConfigService.AmazonConfigServiceClient.DescribeConfigurationRecordersAsync C# (CSharp) Method

DescribeConfigurationRecordersAsync() public method

Initiates the asynchronous execution of the DescribeConfigurationRecorders operation.
public DescribeConfigurationRecordersAsync ( Amazon.ConfigService.Model.DescribeConfigurationRecordersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ConfigService.Model.DescribeConfigurationRecordersRequest Container for the necessary parameters to execute the DescribeConfigurationRecorders operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeConfigurationRecordersResponse> DescribeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeConfigurationRecordersRequestMarshaller();
            var unmarshaller = DescribeConfigurationRecordersResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeConfigurationRecordersRequest,DescribeConfigurationRecordersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonConfigServiceClient::DescribeConfigurationRecordersAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonConfigServiceClient