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

StopConfigurationRecorderAsync() public method

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

            return InvokeAsync<StopConfigurationRecorderRequest,StopConfigurationRecorderResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

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