Click or drag to resize
SQLiteExecuteRetryIfLockedTimeout Property
Gets or sets the number of milliseconds that must elapse before the code gives up retrying an action that is failing due to a database lock.

Namespace: VirtualRadar.Database
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int RetryIfLockedTimeout { get; set; }

Property Value

Type: Int32
See Also