Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapter Events

The GSFDeviceAlarmStateAdapter type exposes the following members.

Events
  NameDescription
Public eventConfigurationChanged
Event is raised when adapter is aware of a configuration change.
(Inherited from AdapterBase.)
Public eventDiscardingMeasurements
This event is raised if there are any measurements being discarded during the sorting process.
(Inherited from FacileActionAdapterBase.)
Public eventDisposed
Event is raised when AdapterBase is disposed.
(Inherited from AdapterBase.)
Public eventInputMeasurementKeysUpdated
Event is raised when InputMeasurementKeys are updated.
(Inherited from AdapterBase.)
Public eventNewMeasurements
Provides new measurements from action adapter.
(Inherited from FacileActionAdapterBase.)
Public eventOutputMeasurementsUpdated
Event is raised when OutputMeasurements are updated.
(Inherited from AdapterBase.)
Public eventProcessException
Event is raised when there is an exception encountered while processing.
(Inherited from AdapterBase.)
Public eventStatusMessage
Provides status messages to consumer.
(Inherited from AdapterBase.)
Public eventUnpublishedSamples
This event is raised by derived class, if needed, to track current number of unpublished seconds of data in the queue.
(Inherited from FacileActionAdapterBase.)
Top
See Also