GigaSpaces XAP.NET Documentation
UseFifoGrouping Property
Class LibraryGigaSpaces.XAP.Events.Polling.ReceiveFifoGroupingReceiveHandler<(Of <(<'TData>)>)>UseFifoGrouping
Allows to configure the take/read operation to be performed in a Fifo Grouping manner. If set to true, will use FifoGroupingPoll / FifoGroupingPoll as read/take modifiers.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool UseFifoGrouping { get; set; }
Public Property UseFifoGrouping As Boolean
	Get
	Set
public:
property bool UseFifoGrouping {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_UseFifoGrouping()
/** @property */
public  void set_UseFifoGrouping(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)