Returns the wait interval before the ReadData method is called again.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual TimeSpan NextCallInterval { get; }
public virtual TimeSpan NextCallInterval { get; }
Public Overridable ReadOnly Property NextCallInterval As TimeSpan
Get
Public Overridable ReadOnly Property NextCallInterval As TimeSpan
Get
public:
virtual property TimeSpan NextCallInterval {
TimeSpan get ();
}
public:
virtual property TimeSpan NextCallInterval {
TimeSpan get ();
}
abstract NextCallInterval : TimeSpan with get
override NextCallInterval : TimeSpan with get
abstract NextCallInterval : TimeSpan with get
override NextCallInterval : TimeSpan with get
Property Value
Type:
TimeSpan
A TimeSpan of 0 is the default and means no wait is required.