Click or drag to resize

RefreshRecoveryInfoJobRunner Class

Helper class for starting and waiting for completion of Refresh Recovery Info Job.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Tools.RunnersJobRunnerBaseRefreshRecoveryInfoJobSessionContract, RefreshRecoveryInfoJobSessionContract, JobEventsContract, RefreshRecoveryInfoJobSessionContract, IdentityContract
    SOS.SDK.Tools.RunnersRefreshRecoveryInfoJobRunner

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 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
Start the backup of stored BackupSet synchronously and wait for the completion of the execution.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
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 RefreshRecoveryInfo Job
(Overrides JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob(TStartJobArgs, CancellationToken).)
Public methodToString (Inherited from Object.)
Top
See Also