NBInputConnector Finish Method IBM Integration Bus
Finish is called when the node using the connector no longer wants to receive data.

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

If an Exception is thrown then the error is reported to the Event Log and the connector goes into a stopped state. Finish is not called again until after another Start has been called.
See Also