
IBM.Broker.Plugin.Connector NBPollingResult
IBM.Broker.Plugin.Connector NBTimeoutPollingResult
Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
A NBTimeoutPollingResult with the single argument constructor is returned when the ReadData method has already waited for data inside the method itself, so the system should call ReadData again immediately.
A NBTimeoutPollingResult with the two argument constructor is returned when the ReadData method was not able to wait for data inside the method itself, so the system should call ReadData again after a delay of the given nextCallInterval duration.
If required, a greater duration can be returned by the two argument constructor than the original timeout interval. This allows the implementation of a batch-oriented approach, where the ReadData method is only called, for example, once per hour or once per day.