BackupSettings.TimeoutBetweenAttempts

BackupSettings.TimeoutBetweenAttempts property

Gets or sets value which defines timeout (in milliseconds) between attemptions to execute operation again This option has to be used together with NumberOfAttemptsToRrepeat option.

public int TimeoutBetweenAttempts { get; set; }

See Also