|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > MultiInputOperation Class > MultiInputOperation Methods > RemoveInput Method > MultiInputOperation.RemoveInput Method (Guid) |
Removes an input signal identified by the specified Guid from the inputs collection.
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 to be removed.
Condition |
|
|---|---|
Thrown when the input signal with the specified signalId is not found in the inputs collection. |