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.28.0
 Syntax
Syntax
| C# | 
|---|
| public DeadlockPolicy DeadlockResolution | 
| Visual Basic (Declaration) | 
|---|
| Public DeadlockResolution As DeadlockPolicy | 
| Visual C++ | 
|---|
| public: DeadlockPolicy^ DeadlockResolution | 
 Remarks
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.





