IMultiReceiver.RemoveInput Method (Guid)

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Interfaces Namespace > IMultiReceiver Interface > IMultiReceiver Methods > RemoveInput Method  >

IMultiReceiver.RemoveInput Method (Guid)

Removes the input signal associated with the specified identifier.

Namespace: BNCS.Logic.Interfaces
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


void RemoveInput(
 Guid signalId
)

Parameters

signalId

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

 

Exceptions


Exception

Condition

ArgumentException

Thrown when the signalId is not found.

InvalidOperationException

Thrown when the removal operation cannot be completed.

 

See Also


IMultiReceiver Interface

RemoveInput Overload

BNCS.Logic.Interfaces Namespace