GigaSpaces XAP.NET Documentation
IdleIterationsThreshold Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)IdleIterationsThreshold
Gets or sets the number of idle polling iterations (A polling operation that didn't trigger an event) that when reached define the consumer as idle. The value can't be less than 1.
Declaration Syntax
C#Visual BasicVisual C++J#
public int IdleIterationsThreshold { get; set; }
Public Property IdleIterationsThreshold As Integer
public:
property int IdleIterationsThreshold {
	int get ();
	void set (int value);
}
/** @property */
public int get_IdleIterationsThreshold()
/** @property */
public  void set_IdleIterationsThreshold(int value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)