TimeNotGranted Field

BerkeleyDB

If true, database calls timing out based on lock or transaction timeout values will throw LockNotGrantedException instead of DeadlockException. This allows applications to distinguish between operations which have deadlocked and operations which have exceeded their time limits.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

See Also