AlarmData Class
Subscribes for and wraps the data included in an Asset's object level AlarmCntsBySeverity array. Fires an event when anything changes.
Also responsible for client side propagation. Deltas are pushed from children to parent (custom hierarchy) nodes whenever a new value comes in.
Syntax
'Declaration Public MustInherit Class AlarmData Inherits ArchestrA.Client.CommonCore.Disposable
'Usage Dim instance As AlarmData
public abstract class AlarmData : ArchestrA.Client.CommonCore.Disposable
public ref class AlarmData abstract : public ArchestrA.Client.CommonCore.Disposable
Inheritance Hierarchy
System.Object
ArchestrA.Client.CommonCore.Disposable
ArchestrA.Client.Navigation.AlarmData
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also