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

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

protected NBEventInputConnector(
	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.
See Also