SQLiteExecuteCallActionUntilUnlocked Method |
Calls the action passed across. If the action throws a SQLite locked exception then it retries
the action.
Namespace: VirtualRadar.DatabaseAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void CallActionUntilUnlocked(
Action action
)
Public Sub CallActionUntilUnlocked (
action As Action
)
public:
void CallActionUntilUnlocked(
Action^ action
)
member CallActionUntilUnlocked :
action : Action -> unit
Parameters
- action
- Type: SystemAction
See Also