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