Click or drag to resize
Grid Solutions Framework

AlarmServiceReadHighestSeverityAlarmsAsJson Method

Reads the raised alarms with the highest severity for each signal from the AlarmAdapter and sends it in Json format.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public SerializableAlarmCollection ReadHighestSeverityAlarmsAsJson()
View Source

Return Value

SerializableAlarmCollection
A SerializableAlarmCollection object.

Implements

IAlarmServiceReadHighestSeverityAlarmsAsJson
See Also