Display the locking subsystem statistical information, as described
by
LockStats.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public void PrintLockingSystemStats(
bool PrintAll,
bool ClearStats,
bool ConflictMatrix,
bool Lockers,
bool Objects,
bool Parameters
) |
Visual Basic (Declaration) |
---|
Public Sub PrintLockingSystemStats ( _
PrintAll As Boolean, _
ClearStats As Boolean, _
ConflictMatrix As Boolean, _
Lockers As Boolean, _
Objects As Boolean, _
Parameters As Boolean _
) |
Visual C++ |
---|
public:
void PrintLockingSystemStats(
bool PrintAll,
bool ClearStats,
bool ConflictMatrix,
bool Lockers,
bool Objects,
bool Parameters
) |
See Also