If true, initialize the shared memory buffer pool subsystem.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.22.0

Syntax

C#
public bool UseMPool
Visual Basic (Declaration)
Public UseMPool As Boolean
Visual C++
public:
bool UseMPool

Remarks

This subsystem should be used whenever an application is using any Berkeley DB access method.

See Also