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

DescribeConfigurationRecorderStatusAsync() public method

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

            return InvokeAsync<DescribeConfigurationRecorderStatusRequest,DescribeConfigurationRecorderStatusResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

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