Amazon.Kinesis.AmazonKinesisClient.BeginDisableEnhancedMonitoring C# (CSharp) Метод

BeginDisableEnhancedMonitoring() публичный Метод

Initiates the asynchronous execution of the DisableEnhancedMonitoring operation.
public BeginDisableEnhancedMonitoring ( DisableEnhancedMonitoringRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Kinesis.Model.DisableEnhancedMonitoringRequest Container for the necessary parameters to execute the DisableEnhancedMonitoring operation on AmazonKinesisClient.
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.
Результат IAsyncResult
        public IAsyncResult BeginDisableEnhancedMonitoring(DisableEnhancedMonitoringRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DisableEnhancedMonitoringRequestMarshaller();
            var unmarshaller = DisableEnhancedMonitoringResponseUnmarshaller.Instance;

            return BeginInvoke<DisableEnhancedMonitoringRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonKinesisClient