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.DatabaseAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int RetryIfLockedTimeout { get; set; }
Public Property RetryIfLockedTimeout As Integer
Get
Set
public:
property int RetryIfLockedTimeout {
int get ();
void set (int value);
}
member RetryIfLockedTimeout : int with get, set
Property Value
Type:
Int32See Also