Click or drag to resize
Grid Solutions Framework

AlarmAdapter.GetRaisedAlarms Method

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

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

Return Value

ICollection<Alarm>
A collection containing all the raised alarms.
See Also