NBInputConnector Constructor IBM Integration Bus
Constructor that must be used to create NBInputConnector objects.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

protected NBInputConnector(
	NBConnectorFactory connectorFactory,
	string name,
	Dictionary<string, string> properties
)

Parameters

connectorFactory
Type: IBM.Broker.Plugin.Connector NBConnectorFactory
The connector factory constructing this connector.
name
Type: OnlineSystem String
The name given to the connector based on the flow and node name.
properties
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
The node and flow properties used to construct this connector.
See Also