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 Basic | Visual C++ | J# |
public bool UseFifoGrouping { get; set; }
Public Property UseFifoGrouping As Boolean
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: 12.1.0.0 (12.1.0.17000)