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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)