Click or drag to resize
Grid Solutions Framework

IAlarmServiceReadAllRaisedAlarmsAsJson Method

Reads all raised alarms 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/all/json")]
SerializableAlarmCollection ReadAllRaisedAlarmsAsJson()
View Source

Return Value

SerializableAlarmCollection
A SerializableAlarmCollection object.
See Also