Click or drag to resize
Grid Solutions Framework

AlarmAdapterGetAlarmStatus Method

Gets Status of an Alarm Based on PointID.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public ICollection<Alarm> GetAlarmStatus(
	Guid PointID
)
View Source

Parameters

PointID  Guid
PointID of the point the alarm is for.

Return Value

ICollectionAlarm
A List of Alarm object including the state for a specific PointID.
See Also