NBConnector Constructor IBM Integration Bus
Initializes a new instance of the NBConnector class.

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

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

Parameters

connectorFactory
Type: IBM.Broker.Plugin.Connector NBConnectorFactory
The owning factory.
name
Type: OnlineSystem String
The name of the connector.
properties
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Contains any user properties placed on the node using this connector, and any flow level UDPs.
Remarks

A property set on the node will override a property of the same name set on the flow.
See Also