[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a value indicating if items should be shuffled (pushed to the head of the list) on access requests.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property ShuffleOnAccess As Boolean
C#
public bool ShuffleOnAccess { get; set; }
Visual C++
public:
property bool ShuffleOnAccess {
	bool get ();
	void set (bool value);
}