Click or drag to resize

OnlineBackupJobRunner Class

Helper class for starting and waiting for completion of the Online Backup Job.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Tools.RunnersJobRunnerBaseOnlineBackupJobSessionContract, OnlineBackupJobSessionContract, JobEventsContract, OnlineBackupJobSessionContract, IdentityContract
    SOS.SDK.Tools.RunnersOnlineBackupJobRunner

Namespace:  SOS.SDK.Tools.Runners
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class OnlineBackupJobRunner : JobRunnerBase<OnlineBackupJobSessionContract, OnlineBackupJobSessionContract, JobEventsContract, OnlineBackupJobSessionContract, IdentityContract>

The OnlineBackupJobRunner type exposes the following members.

Constructors
  NameDescription
Public methodOnlineBackupJobRunner
Create instance.
Top
Properties
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