This is called by the broker when no events have been received for a while.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void LogNoEvent()
public virtual void LogNoEvent()
Public Overridable Sub LogNoEvent
Public Overridable Sub LogNoEvent
public:
virtual void LogNoEvent()
public:
virtual void LogNoEvent()
abstract LogNoEvent : unit -> unit
override LogNoEvent : unit -> unit
abstract LogNoEvent : unit -> unit
override LogNoEvent : unit -> unit
If it is not overridden then a standard activity log message is written stating it is waiting for data.
Throwing an exception will cause no activity log message to be written out.