Click or drag to resize

RecoveryJobRunner Class

Helper class for starting and waiting for completion of Refresh Recovery Info Job.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Tools.RunnersJobRunnerBaseRecoveryJobSessionContract, RecoveryJobSessionContract, JobEventsContract, RecoveryJobSessionContract, RunRecoveryJobRequest
    SOS.SDK.Tools.RunnersRecoveryJobRunner

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

The RecoveryJobRunner type exposes the following members.

Constructors
  NameDescription
Public methodRecoveryJobRunner
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, String, String, RecoveryFilterContract, ConflictResolutionContract, Boolean, String, TimeSpan)
Run recovery with filter.
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 Recovery Job
(Overrides JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob(TStartJobArgs, CancellationToken).)
Public methodToString (Inherited from Object.)
Top
See Also