If true and a lock is unavailable for any Berkeley DB operation performed in the context of a transaction, cause the operation to throw a DeadlockException (or LockNotGrantedException if configured with TimeNotGranted).

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

Remarks

This setting overrides the behavior specified by TxnNoWait.

See Also