Click or drag to resize

SessionBasePossiblyFlushUpdatedPages Method

Call this function if you may have updated many pages to possibly free up memory if too much memory is in use.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void PossiblyFlushUpdatedPages(
	uint numberOfUpdatedPagesPermittedWithoutFlushCheck = 100
)

Parameters

numberOfUpdatedPagesPermittedWithoutFlushCheck (Optional)
Type: SystemUInt32
Only do check if the number of updated pages is greater than this number
See Also