DataQualityMonitoring.Services.AlarmService.ReadHighestSeverityAlarmsAsJson C# (CSharp) Méthode

ReadHighestSeverityAlarmsAsJson() public méthode

Reads the raised alarms with the highest severity for each signal from the AlarmAdapter and sends it in System.ServiceModel.Web.WebMessageFormat.Json format.
public ReadHighestSeverityAlarmsAsJson ( ) : DataQualityMonitoring.Services.SerializableAlarmCollection
Résultat DataQualityMonitoring.Services.SerializableAlarmCollection
        public SerializableAlarmCollection ReadHighestSeverityAlarmsAsJson()
        {
            return ReadHighestSeverityAlarms();
        }