ISingleReceiver.SetInput Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Interfaces Namespace > ISingleReceiver Interface > ISingleReceiver Methods >

ISingleReceiver.SetInput Method

Sets the input connector for the current instance.

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

 

Syntax


void SetInput(
 Connector input
)

Parameters

input

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

 

Remarks


This method assigns the specified Connector to the instance, allowing it to be used for further processing or operations.

 

See Also


ISingleReceiver Interface

BNCS.Logic.Interfaces Namespace