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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.23.0

Syntax

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

See Also