Namespace EPiServer.Scheduler.Internal
Classes
DefaultScheduledJobExecutor
DefaultScheduledJobFactory
DefaultScheduledJobLogRepository
FailedScheduledJobRegistry
Temporary class to manage ScheduledJob instances that failed to load. Will be replaced in future releases.
ScheduledItem
ScheduledJobExtensions
Help methods for ScheduledJob
SchedulerInitialization
SchedulerService
TimerPrecision
WaitableTimer
Class WaitableTimer emulates the Win32 WaitableTimer concept by using an internal timer setting an AutoResetEvent object.
It uses a periodic timer to avoid problems with time span calculations.
The period of the timer (which affects the resolution) is by default one second. This can be changed with the parameterized constructor by setting the resolution parameter.
The precision of the timer (i e if it will signal on an even hour, minute, second etc) can be set with the precision parameter.
Interfaces
IScheduledJob
Minimal interface for all classes that should be executed by the ISchedulerService
IScheduledJobFactory
Factory class responsible for instantiating scheduled jobs.