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

BeginDeleteConfigurationRecorder() public method

Initiates the asynchronous execution of the DeleteConfigurationRecorder operation.
public BeginDeleteConfigurationRecorder ( DeleteConfigurationRecorderRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ConfigService.Model.DeleteConfigurationRecorderRequest Container for the necessary parameters to execute the DeleteConfigurationRecorder operation on AmazonConfigServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginDeleteConfigurationRecorder(DeleteConfigurationRecorderRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteConfigurationRecorderRequestMarshaller();
            var unmarshaller = DeleteConfigurationRecorderResponseUnmarshaller.Instance;

            return BeginInvoke<DeleteConfigurationRecorderRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonConfigServiceClient