NBConnectorFactory CreateInputConnector Method IBM Integration Bus
This is called by the broker when a connector to receive data from the system is required.

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

public virtual NBInputConnector CreateInputConnector(
	string name,
	Dictionary<string, string> properties
)

Parameters

name
Type: OnlineSystem String
The name of the connector.
properties
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
TThe factory properties.

Return Value

Type: NBInputConnector
An NBInputConnector.
See Also