OnlineBackupJobRunner Class |
Namespace: SOS.SDK.Tools.Runners
public class OnlineBackupJobRunner : JobRunnerBase<OnlineBackupJobSessionContract, OnlineBackupJobSessionContract, JobEventsContract, OnlineBackupJobSessionContract, IdentityContract>
The OnlineBackupJobRunner type exposes the following members.
| Name | Description | |
|---|---|---|
| OnlineBackupJobRunner |
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, OnlineBackupSettingsContractCreator, TimeSpan) |
Start the backup synchronously and wait for the completion of the execution.
| |
| Run(IdentityContract, IReadOnlyCollectionString, IReadOnlyCollectionString, IReadOnlyCollectionString, TimeSpan) |
Start the backup synchronously and wait for the completion of the execution.
| |
| 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 OnlineBackup Job
(Overrides JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob(TStartJobArgs, CancellationToken).) | |
| ToString | (Inherited from Object.) |