GigaSpaces XAP.NET Documentation
DynamicScaleSampleRate Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)DynamicScaleSampleRate
Gets or sets the rate in which to sample the consumers load for scaling up or down. The number represent every how many polling iterations to sample. The value can't be less than 1.
Declaration Syntax
C#Visual BasicVisual C++J#
public int DynamicScaleSampleRate { get; set; }
Public Property DynamicScaleSampleRate As Integer
public:
property int DynamicScaleSampleRate {
	int get ();
	void set (int value);
}
/** @property */
public int get_DynamicScaleSampleRate()
/** @property */
public  void set_DynamicScaleSampleRate(int value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)