IMultiReceiver.RemoveInput Method (Connector)

<< Click to Display Table of Contents >>

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

IMultiReceiver.RemoveInput Method (Connector)

Removes the specified input connector from the collection of inputs.

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

 

Syntax


void RemoveInput(
 Connector input
)

Parameters

input

Type: BNCS.Logic.Connector
The input Connector to be removed.

 

Exceptions


Exception

Condition

ArgumentNullException

Thrown when the input is null.

InvalidOperationException

Thrown when the input is not found in the collection.

 

See Also


IMultiReceiver Interface

RemoveInput Overload

BNCS.Logic.Interfaces Namespace