NBConnector Terminate Method IBM Integration Bus
This is called by the broker when the node using the connector is being stopped or deleted.

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

public virtual void Terminate()
Remarks

Throwing an exception will cause an error to be written to the Event Log but will not prevent the flow being stopped.
See Also