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

StartConfigurationRecorderAsync() public method

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

            return InvokeAsync<StartConfigurationRecorderRequest,StartConfigurationRecorderResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonConfigServiceClient::StartConfigurationRecorderAsync ( string configurationRecorderName, System cancellationToken = default(CancellationToken) ) : Task
AmazonConfigServiceClient