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)
Syntaxpublic TimeSpan BusyTimeout { get; set; }Public Property BusyTimeout As TimeSpan
Get
Set
public:
property TimeSpan BusyTimeout {
TimeSpan get ();
void set (TimeSpan value);
}member BusyTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also