If true, the object returned by the Sequence constructor is free-threaded; usable by multiple threads within a single address space. If multiple threads create multiple sequences using the same BackingDatabase, that database must have also been opened free-threaded.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

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

See Also