Click or drag to resize
Grid Solutions Framework

AlarmServiceReadHighestSeverityAlarmsAsXml Method

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

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

Return Value

SerializableAlarmCollection
A SerializableAlarmCollection object.

Implements

IAlarmServiceReadHighestSeverityAlarmsAsXml
See Also