If non-null, the deadlock detector is to be run whenever a lock
            conflict occurs, lock request(s) should be rejected according to the
            specified policy.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public DeadlockPolicy DeadlockResolution  | 
| Visual Basic (Declaration) | 
|---|
Public DeadlockResolution As DeadlockPolicy  | 
| Visual C++ | 
|---|
public: DeadlockPolicy^ DeadlockResolution  | 
Remarks
As transactions acquire locks on behalf of a single locker ID, rejecting a lock request associated with a transaction normally requires the transaction be aborted.