FreeThreaded Field

BerkeleyDB

Cause the database object to be free-threaded; that is, concurrently usable by multiple threads in the address space.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

See Also