Number of hits in the thread locker cache.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0

Syntax

C#
public ulong LockersHit { get; }
Visual Basic (Declaration)
Public ReadOnly Property LockersHit As ULong
Visual C++
public:
property unsigned long long LockersHit {
	unsigned long long get ();
}

See Also