This is called by the broker if the processing of the result completes without error.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void Confirm()
public virtual void Confirm()
Public Overridable Sub Confirm
Public Overridable Sub Confirm
public:
virtual void Confirm()
public:
virtual void Confirm()
abstract Confirm : unit -> unit
override Confirm : unit -> unit
abstract Confirm : unit -> unit
override Confirm : unit -> unit
If an
Exception is thrown then the error is written to the Event Log and the result is discarded.