Try our conversational search powered by Generative AI!

Interface ISchedulerService

Support for running the scheduler and stopping the service

Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 11.20.7
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