BackupSettings.BackupSettings

BackupSettings()

Initializes a new instance of the BackupSettings class

public BackupSettings()

See Also


BackupSettings(BackupOptions)

Initializes a new instance of the BackupSettings class

public BackupSettings(BackupOptions options)
ParameterTypeDescription
optionsBackupOptionsenumerates backup options

See Also


BackupSettings(bool, bool, int, int)

Initializes a new instance of the BackupSettings class

public BackupSettings(bool executeRecursively, bool restoreConnection, int numberOfAttempts, 
    int timeoutBetweenAttempts)
ParameterTypeDescription
executeRecursivelyBooleandefines if backup should be executed recursively
restoreConnectionBooleandefines if connection has to be restored in case if server closes connection forcibly
numberOfAttemptsInt32defines number of attempts to repeat failed operation
timeoutBetweenAttemptsInt32defines timeout (in milliseconds) between attemptions to execute operation again

See Also