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
	Get
	Set
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: 14.0.0.0 (14.0.0.20000)