Berkeley DB .NET API Documentation |
DatabaseEnvironment..::.ThreadCount Property |
DatabaseEnvironment Class See Also |
An approximate number of threads in the database environment.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public uint ThreadCount { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property ThreadCount As UInteger |
Visual C++ |
---|
public: property unsigned int ThreadCount { unsigned int get (); void set (unsigned int value); } |