NBTimeoutPollingResult NextCallInterval Property IBM Integration Bus
Returns the wait interval before the ReadData method is called again.

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

public virtual TimeSpan NextCallInterval { get; }

Property Value

Type: OnlineTimeSpan
Remarks

A TimeSpan of 0 is the default and means no wait is required.
See Also