IAlarm.UpstreamAlarms Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Interfaces Namespace > IAlarm Interface > IAlarm Properties >

IAlarm.UpstreamAlarms Property

Gets the upstream alarms receiver.

Namespace: BNCS.Logic.Interfaces
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


Nullable<IMultiReceiver> UpstreamAlarms { get; }

Field Value

An instance of IMultiReceiver that represents the upstream alarms.

 

Remarks


This property may return null if there are no upstream alarms configured.

 

See Also


IAlarm Interface

BNCS.Logic.Interfaces Namespace