Interface ISchedulerService
Support for running the scheduler and stopping the service
Namespace: EPiServer.Scheduler
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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()