Namespace EPiServer.Framework.Timers
Classes
ElapsedEventArgs
Event argument class for ITimer.Elapsed event. This is required as it is not possible to create System.Timers.ElapsedEventArgs objects.
NullTimer
Implementation of the ITimer interface that won't raise any Elapsed event regardless of settings.
SystemTimer
Wrapper around the System.Timers.Timer that implements the ITimer interface.
Interfaces
ITimer
Interface that redefines the System.Timers.Timer class core functionality.