IaonSession Events

Events

ConfigurationChanged Event is raised when adapter is aware of a configuration change.
Disposed Event is raised when this AdapterCollectionBaseT is disposed or an IAdapter in the collection is disposed.
InputMeasurementKeysUpdated Event is raised when InputMeasurementKeys are updated.
OutputMeasurementsUpdated Event is raised when OutputMeasurements are updated.
ProcessException Event is raised when there is an exception encountered while processing.
ProcessingComplete Indicates to the host that processing for one of the input adapters has completed.
StatusMessage Provides status messages to consumer.
UnprocessedMeasurements Event is raised every five seconds allowing host to track total number of unprocessed measurements.
UnpublishedSamples Event is raised every five seconds allowing consumer to track current number of unpublished seconds of data in the queue.

See Also