Click or drag to resize

IActionAdapter Events

The IActionAdapter type exposes the following members.

Events
  Name Description
Public event ConfigurationChanged Event is raised when adapter is aware of a configuration change.
(Inherited from IAdapter)
Public event DiscardingMeasurements This event is raised if there are any measurements being discarded during the sorting process.
Public event Disposed Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle)
Public event InputMeasurementKeysUpdated Event is raised when InputMeasurementKeys are updated.
(Inherited from IAdapter)
Public event NewMeasurements Provides new measurements from action adapter.
Public event OutputMeasurementsUpdated Event is raised when OutputMeasurements are updated.
(Inherited from IAdapter)
Public event ProcessException Event is raised when there is an exception encountered while processing.
(Inherited from IAdapter)
Public event StatusMessage Provides status messages to consumer.
(Inherited from IAdapter)
Public event UnpublishedSamples This event is raised every five seconds allowing consumer to track current number of unpublished seconds of data in the queue.
Top
See Also