Namespace EPiServer.Scheduler

Classes

ScheduledItem

SchedulerService

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

ISchedulerService

Enums

TimerPrecision