Namespace EPiServer.Scheduler.Internal
Classes
DefaultScheduledJobExecutor
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
DefaultScheduledJobFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
DefaultScheduledJobLogRepository
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
FailedScheduledJobRegistry
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Temporary class to manage ScheduledJob instances that failed to load. Will be replaced in future releases.
ScheduledItem
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
ScheduledJobExtensions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Help methods for ScheduledJob
SchedulerInitialization
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
SchedulerService
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
WaitableTimer
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Minimal interface for all classes that should be executed by the ISchedulerService
IScheduledJobFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factory class responsible for instantiating scheduled jobs.
IScheduledJobLocator
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
IScheduledJobScanner
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Enums
TimerPrecision
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.