Click or drag to resize
Grid Solutions Framework

IAlarmServiceReadHighestSeverityAlarmsAsJson 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
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "/raisedalarms/severe/json")]
SerializableAlarmCollection ReadHighestSeverityAlarmsAsJson()
View Source

Return Value

SerializableAlarmCollection
A SerializableAlarmCollection object.
See Also