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

PutConfigurationRecorderAsync() public method

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

            return InvokeAsync<PutConfigurationRecorderRequest,PutConfigurationRecorderResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonConfigServiceClient