|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Methods > RemoveInput Method > BaseAlarm.RemoveInput Method (Connector) |
Removes the specified input connector from the current object.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public void RemoveInput(
Connector input
)
input
Type: BNCS.Logic.Connector
The input Connector to be removed.
Condition |
|
|---|---|
Thrown when the input is null. |
If the input connector is part of an alarm condition and its value type is assignable from Boolean, it will be removed from the AlarmCondition. If it is part of upstream alarms and its value type is assignable from IAlarmState, it will be removed from the UpstreamAlarms.