Click or drag to resize
SQLiteExecuteCallActionUntilUnlocked Method
Calls the action passed across. If the action throws a SQLite locked exception then it retries the action.

Namespace: VirtualRadar.Database
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CallActionUntilUnlocked(
	Action action
)

Parameters

action
Type: SystemAction
See Also