GigaSpaces XAP.NET Documentation
ReceiveBatchSize Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)ReceiveBatchSize
Gets or sets the batch size parameter which is passed to the ReceiveOperationHandler when subscribed to batch events.
Declaration Syntax
C#Visual BasicVisual C++J#
public int ReceiveBatchSize { get; set; }
Public Property ReceiveBatchSize As Integer
public:
property int ReceiveBatchSize {
	int get ();
	void set (int value);
}
/** @property */
public int get_ReceiveBatchSize()
/** @property */
public  void set_ReceiveBatchSize(int value)

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