NBEventInputConnector LogNoEvent Method IBM Integration Bus
This is called by the broker when no events have been received for a while.

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

public virtual void LogNoEvent()
Remarks

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.
See Also