DataQualityMonitoring.Services.AlarmService.ReadHighestSeverityAlarmsAsJson C# (CSharp) Метод

ReadHighestSeverityAlarmsAsJson() публичный Метод

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
Результат DataQualityMonitoring.Services.SerializableAlarmCollection
        public SerializableAlarmCollection ReadHighestSeverityAlarmsAsJson()
        {
            return ReadHighestSeverityAlarms();
        }