Click or drag to resize

DataSourcePropertiesDeadlockVictimRetrySeconds Property

The delay, in seconds, before trying deadlock victim SQL. Ignored if not a positive value and capped at 10 seconds.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int DeadlockVictimRetrySeconds { get; }

Property Value

Type: Int32
The delay, in seconds, before trying deadlock victim SQL. Ignored if not a positive value and capped at 10 seconds.
See Also