dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / BusyTimeout Property

BusyTimeout Property
Sets an SQLite busy handler that sleeps for a specified amount of time when a table is locked. The handler will sleep multiple times until at least the specified number of milliseconds of sleeping have accumulated. After this the handler returns 0.
Syntax
'Declaration
 
Public Property BusyTimeout As Integer
 

Property Value

The time to sleep in milliseconds.
Remarks
If this property is set, an sqlite3_busy_timeout function is called when connecting. If the value ofBusyTimeout is less than or equal to zero, all busy handlers are turned off when connecting.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also