Flush all modified pages in the cache to their backing files.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public void SyncMemPool()
Visual Basic (Declaration)
Public Sub SyncMemPool
Visual C++
public:
void SyncMemPool()

Remarks

Pages in the cache that cannot be immediately written back to disk (for example, pages that are currently in use by another thread of control) are waited for and written to disk as soon as it is possible to do so.

See Also