JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs Class |
Namespace: SOS.SDK.Tools.Runners
public abstract class JobRunnerBase<TStarted, TProgress, TEvents, TCompleted, TStartJobArgs> : IDisposable where TStarted : JobSessionContract where TProgress : JobSessionContract where TEvents : JobEventsContract where TCompleted : JobSessionContract where TStartJobArgs : IIdentityContainer
The JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs |
Create instance.
|
| Name | Description | |
|---|---|---|
| Dispose |
Clear references to Action. Call dispose for allow GC to collect caller class.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Run |
Start the backup of stored BackupSet 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.
| |
| StartJob |
Override this method in the derrived class to starting Job on the Server.
| |
| ToString | (Inherited from Object.) |