GigaSpaces XAP.NET Documentation
BatchSize Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigBatchSize
Gets or sets the size of the batch used when sending notifications to the client.
Declaration Syntax
C#Visual BasicVisual C++J#
public int BatchSize { get; set; }
Public Property BatchSize As Integer
public:
property int BatchSize {
	int get ();
	void set (int value);
}
/** @property */
public int get_BatchSize()
/** @property */
public  void set_BatchSize(int value)
See Also

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