TxnNoWait Property

BerkeleyDB

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

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

Syntax

C#
public bool TxnNoWait { get; set; }
Visual Basic (Declaration)
Public Property TxnNoWait As Boolean
Visual C++
public:
property bool TxnNoWait {
	bool get ();
	void set (bool value);
}

See Also