LiteDAC

TLiteBackup.WaitTimeout Property

Specifies the total wait time for which the backup process waits until the source database lock is released.

Class

TLiteBackup

Syntax

property WaitTimeout: integer default 0;

Remarks

Set the WaitTimeout property value to specify the total number of milliseconds during which the backup process waits until the source database lock is released. When during the backup process the source database becomes locked by an outside connection, then if the WaitWhenLocked property is set to True, the backup process waits for WaitDelay milliseconds until WaitTimeout is reached. If the source database lock is released, the backup process continues. Otherwise, the appropriate exception is raised. The default value is 0.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback