NBConnectorFactory Initialize Method IBM Integration Bus
This is called by the broker when a node using a connector is deployed.

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

public virtual void Initialize(
	string name,
	Dictionary<string, string> properties
)

Parameters

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

Throwing an exception will stop the ConnectorFactory being available for use.
See Also