SessionBaseEnableAutoPageFlush Property |
Pages may be flushed when memory available is low unless you set tis property to false. You would want it to be enabled unless you are trying to share a non SessionNoServerShared session by working on different databases in multiple threads. As in Wikipedia sample application.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool EnableAutoPageFlush { get; set; }
Public Property EnableAutoPageFlush As Boolean
Get
Set
public:
property bool EnableAutoPageFlush {
bool get ();
void set (bool value);
}
member EnableAutoPageFlush : bool with get, set
Property Value
Type:
BooleanSee Also