Click or drag to resize
Grid Solutions Framework

IAlarmServiceReadHighestSeverityAlarmsAsXml 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
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/raisedalarms/severe/xml")]
SerializableAlarmCollection ReadHighestSeverityAlarmsAsXml()
View Source

Return Value

SerializableAlarmCollection
A SerializableAlarmCollection object.
See Also