If true, the created DatabaseEnvironment object is
free-threaded; that is, concurrently usable by multiple threads
in the address space.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
Remarks
Required to be true if the created DatabaseEnvironment object is concurrently used by more than one thread in the process, or if any Database objects opened in the scope of the DatabaseEnvironment object is concurrently used by more than one thread in the process.
Required to be true when using the Replication Manager.