Click or drag to resize

SQLiteConnectionBusyTimeout Property

Sets a busy handler to sleep the specified amount of time when a table is locked. The handler will sleep multiple times until a total time of BusyTimeout has accumulated.

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TimeSpan BusyTimeout { get; set; }

Property Value

Type: TimeSpan
See Also