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();
        }