Click or drag to resize

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; }

Property Value

Type: Boolean
See Also