Click or drag to resize
Grid Solutions Framework

AlarmAdapterGetRaisedAlarms Method

Gets a collection containing all the raised alarms in the system.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
[AdapterCommandAttribute("Gets a collection containing all the raised alarms in the system.", 
	new string[] { ... })]
public ICollection<Alarm> GetRaisedAlarms()
View Source

Return Value

ICollectionAlarm
A collection containing all the raised alarms.
See Also