NBConnectorFactory Start Method IBM Integration Bus
This is called by the broker when the first usage of the factory is about to happen.

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

public virtual void Start()
Remarks

Normally, this will occur when the first node usong the connector is created. Throwing an exception will fail the creation of the flow causing the start request.
See Also