Click or drag to resize
Grid Solutions Framework

IAlarmService Interface

Defines a REST web service for alarms.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.181-beta
Syntax
[ServiceContractAttribute]
public interface IAlarmService
View Source

The IAlarmService type exposes the following members.

Properties
 NameDescription
Public propertyAlarmAdapter Gets or sets the AlarmAdapter used by the web service for its data.
Top
Methods
 NameDescription
Public methodReadAllRaisedAlarmsAsJson Reads all raised alarms from the AlarmAdapter and sends it in Json format.
Public methodReadAllRaisedAlarmsAsXml Reads all raised alarms from the AlarmAdapter and sends it in Xml format.
Public methodReadHighestSeverityAlarmsAsJson Reads the raised alarms with the highest severity for each signal from the AlarmAdapter and sends it in Json format.
Public methodReadHighestSeverityAlarmsAsXml Reads the raised alarms with the highest severity for each signal from the AlarmAdapter and sends it in Xml format.
Top
See Also