RecoveryJobRunner Class |
Namespace: SOS.SDK.Tools.Runners
public class RecoveryJobRunner : JobRunnerBase<RecoveryJobSessionContract, RecoveryJobSessionContract, JobEventsContract, RecoveryJobSessionContract, RunRecoveryJobRequest>
The RecoveryJobRunner type exposes the following members.
| Name | Description | |
|---|---|---|
| RecoveryJobRunner |
Create instance.
|
| Name | Description | |
|---|---|---|
| Client |
Associated Infrascale Client instance.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.) |
| Name | Description | |
|---|---|---|
| Dispose |
Clear references to Action. Call dispose for allow GC to collect caller class.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Run(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.) | |
| Run(IdentityContract, String, String, RecoveryFilterContract, ConflictResolutionContract, Boolean, String, TimeSpan) |
Run recovery with filter.
| |
| RunAsync |
Start the backup of stored BackupSet asynchronously and await for the completion of the execution.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.) | |
| StartJob |
Start Recovery Job
(Overrides JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob(TStartJobArgs, CancellationToken).) | |
| ToString | (Inherited from Object.) |