BaseAlarm.RemoveInput Method (Guid)

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

 

Syntax


public void RemoveInput(
 Guid signalId
)

Parameters

signalId

Type: Guid
The unique identifier of the signal whose input connector is to be removed.

 

Remarks


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.

 

See Also


BaseAlarm Class

RemoveInput Overload

BNCS.Logic.Abstract Namespace