London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.4
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