Click or drag to resize

OnlineBackupJobRunner Methods

The OnlineBackupJobRunner type exposes the following members.

Methods
  NameDescription
Public methodDispose
Clear references to Action. Call dispose for allow GC to collect caller class.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRun(TStartJobArgs, TimeSpan, CancellationToken)
Start the backup of stored BackupSet synchronously and wait for the completion of the execution.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
Public methodRun(IdentityContract, OnlineBackupSettingsContractCreator, TimeSpan)
Start the backup synchronously and wait for the completion of the execution.
Public methodRun(IdentityContract, IReadOnlyCollectionString, IReadOnlyCollectionString, IReadOnlyCollectionString, TimeSpan)
Start the backup synchronously and wait for the completion of the execution.
Public methodRunAsync
Start the backup of stored BackupSet asynchronously and await for the completion of the execution.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
Protected methodStartJob
Start OnlineBackup Job
(Overrides JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob(TStartJobArgs, CancellationToken).)
Public methodToString (Inherited from Object.)
Top
See Also