Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ISchedulerService

Support for running the scheduler and stopping the service

Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface ISchedulerService

Methods

Run()

Will start the scheduler process

Declaration
void Run()
Remarks

Create a new long running System.Threading.Tasks.Task before calling method since this it will be blocking

Stop()

Will stop the background task that runs the scheduler

Declaration
void Stop()

Extension Methods