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

ReadHighestSeverityAlarmsAsXml() 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.Xml format.
public ReadHighestSeverityAlarmsAsXml ( ) : DataQualityMonitoring.Services.SerializableAlarmCollection
Résultat DataQualityMonitoring.Services.SerializableAlarmCollection
        public SerializableAlarmCollection ReadHighestSeverityAlarmsAsXml()
        {
            return ReadHighestSeverityAlarms();
        }