Interface IScheduledJobFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factory class responsible for instantiating scheduled jobs.
Namespace: EPiServer.Scheduler.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IScheduledJobFactoryMethods
Create(ScheduledJob)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Create a job instance for the provided ScheduledJob definition.
Declaration
IScheduledJob Create(ScheduledJob job)Parameters
| Type | Name | Description | 
|---|---|---|
| ScheduledJob | job | The job for which an instance should be created. | 
Returns
| Type | Description | 
|---|---|
| IScheduledJob | A job instance based on the provided definition. | 
