Try our conversational search powered by Generative AI!

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: 11.20.7
Syntax
public interface IScheduledJobFactory

Methods

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.

Extension Methods