NBConnectorFactory Finish Method IBM Integration Bus
This is called by the broker when the last connector using the factory is destroyed.

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

public virtual void Finish()
Remarks

It signals that no new connectors will be created until after Start is called again. Throwing an exception will not prevent any flows being stopped.
See Also