Namespace EPiServer.Scheduler.Internal
Classes
DefaultScheduledJobExecutor
DefaultScheduledJobFactory
DefaultScheduledJobLogRepository
FailedScheduledJobRegistry
Temporary class to manage Scheduled
ScheduledItem
ScheduledJobExtensions
Help methods for Scheduled
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 IScheduler
IScheduledJobFactory
Factory class responsible for instantiating scheduled jobs.