|
AlarmAdapterGetHighestSeverityAlarms Method
|
Gets a collection containing raised alarms with the highest severity for each signal in the system.
Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Gets a collection containing raised alarms with the highest severity for each signal in the system.",
new string[] { ... })]
public ICollection<Alarm> GetHighestSeverityAlarms()
<AdapterCommandAttribute("Gets a collection containing raised alarms with the highest severity for each signal in the system.",
New String() { ... })>
Public Function GetHighestSeverityAlarms As ICollection(Of Alarm)
public:
[AdapterCommandAttribute(L"Gets a collection containing raised alarms with the highest severity for each signal in the system.",
__gc new array<String^>^ { ... })]
ICollection<Alarm^>^ GetHighestSeverityAlarms()
[<AdapterCommandAttribute("Gets a collection containing raised alarms with the highest severity for each signal in the system.",
new string[] { ... })>]
member GetHighestSeverityAlarms : unit -> ICollection<Alarm>
function GetHighestSeverityAlarms();
View SourceReturn Value
ICollectionAlarmA collection containing all the highest severity raised alarms.
See Also