Click or drag to resize
Grid Solutions Framework

IAlarmServiceReadAllRaisedAlarmsAsXml Method

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

Return Value

SerializableAlarmCollection
A SerializableAlarmCollection object.
See Also