Click or drag to resize

RefreshRecoveryInfoJobRunner Class

Helper class for starting and waiting for completion of Refresh Recovery Info Job.
Inheritance Hierarchy
System.Object
  SOS.SDK.Tools.Runners.JobRunnerBase<RefreshRecoveryInfoJobSessionContract, RefreshRecoveryInfoJobSessionContract, JobEventsContract, RefreshRecoveryInfoJobSessionContract, IdentityContract>
    SOS.SDK.Tools.Runners.RefreshRecoveryInfoJobRunner

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

The RefreshRecoveryInfoJobRunner type exposes the following members.

Constructors
  NameDescription
Public methodRefreshRecoveryInfoJobRunner
Create instance.
Top
Properties
Methods
  NameDescription
Public methodDispose
Clear references to Action. Call dispose for allow GC to collect caller class.
(Inherited from JobRunnerBase<TStarted, 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
Start the backup of stored BackupSet synchronously and wait for the completion of the execution.
(Inherited from JobRunnerBase<TStarted, TProgress, TEvents, TCompleted, TStartJobArgs>.)
Public methodRunAsync
Start the backup of stored BackupSet asynchronously and await for the completion of the execution.
(Inherited from JobRunnerBase<TStarted, TProgress, TEvents, TCompleted, TStartJobArgs>.)
Protected methodStartJob
Start RefreshRecoveryInfo Job
(Overrides JobRunnerBase<TStarted, TProgress, TEvents, TCompleted, TStartJobArgs>.StartJob(TStartJobArgs, CancellationToken).)
Public methodToString (Inherited from Object.)
Top
See Also