Class JobCompleteService
Strategy for complete backup jobs. This class implements the IJobStrategy interface and provides the functionality to execute a full backup of the specified job.
Implements
Inherited Members
Namespace: EasySave_Project.Service
Assembly: .dll
Syntax
public class JobCompleteService : AJobStrategyService, IJobStrategyService
Methods
| Edit this page View SourceExecute(JobModel, string)
Executes the complete backup job for the given JobModel.
Declaration
public override void Execute(JobModel job, string backupDir)
Parameters
Type | Name | Description |
---|---|---|
JobModel | job | The JobModel object representing the job to execute. |
string | backupDir | The directory where the backup will be stored. |