Click or drag to resize
Grid Solutions Framework

SerializableAlarmCollection(ICollectionAlarm) Constructor

Creates a new instance of the SerializableAlarmCollection class.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public SerializableAlarmCollection(
	ICollection<Alarm> raisedAlarms
)
View Source

Parameters

raisedAlarms  ICollectionAlarm
The collection of raised alarms to be contained by this SerializableAlarmCollection.
See Also