MultiInputOperation.RemoveInput Method (Guid)

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

 

Syntax


public void RemoveInput(
 Guid signalId
)

Parameters

signalId

Type: Guid
The unique identifier of the signal to be removed.

 

Exceptions


Exception

Condition

Exception

Thrown when the input signal with the specified signalId is not found in the inputs collection.

 

See Also


MultiInputOperation Class

RemoveInput Overload

BNCS.Logic.Abstract Namespace