BaseAlarm.RemoveInput Method (Connector)

<< 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)

 

Syntax


public void RemoveInput(
 Connector input
)

Parameters

input

Type: BNCS.Logic.Connector
The input Connector to be removed.

 

Exceptions


Exception

Condition

ArgumentNullException

Thrown when the input is null.

 

Remarks


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.

 

See Also


BaseAlarm Class

RemoveInput Overload

BNCS.Logic.Abstract Namespace