GigaSpaces XAP.NET Documentation
BatchPendingThreshold Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigBatchPendingThreshold
Gets or sets the number of notifications accumulated at the server before notifications are sent to the client. If not set, is used.
Declaration Syntax
C#Visual BasicVisual C++J#
public int BatchPendingThreshold { get; set; }
Public Property BatchPendingThreshold As Integer
public:
property int BatchPendingThreshold {
	int get ();
	void set (int value);
}
/** @property */
public int get_BatchPendingThreshold()
/** @property */
public  void set_BatchPendingThreshold(int value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)