This is called by the broker after ReadData to allow the connector writer to do their own logging.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void LogResult()
public virtual void LogResult()
Public Overridable Sub LogResult
Public Overridable Sub LogResult
public:
virtual void LogResult()
public:
virtual void LogResult()
abstract LogResult : unit -> unit
override LogResult : unit -> unit
abstract LogResult : unit -> unit
override LogResult : unit -> unit
If it is not overridden then a standard activity log message is written.
Throwing an
Exception will cause the message flow node to throw an exception for the message currently being processed.