|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Methods > RemoveInput Method > BaseAlarm.RemoveInput Method (Guid) |
Removes an input connector associated with the specified signal identifier.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public void RemoveInput(
Guid signalId
)
signalId
Type: Guid
The unique identifier of the signal whose input connector is to be removed.
This method checks if the specified signal identifier exists in the connector lookup. If it exists, the corresponding input connector is removed; otherwise, the method returns without performing any action.