Finish is called when the node using the connector no longer wants to receive data.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void Finish()
public virtual void Finish()
Public Overridable Sub Finish
Public Overridable Sub Finish
public:
virtual void Finish()
public:
virtual void Finish()
abstract Finish : unit -> unit
override Finish : unit -> unit
abstract Finish : unit -> unit
override Finish : unit -> unit
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.