Colygon.MatchPoint.Core.TimerJobs Namespace |
Class | Description | |
---|---|---|
AbstractDailyScheduleT | Base class for all for all schedule configuration classes that allow specifying a start time during the day. | |
BaseTimerJobConfiguration | Base class for all MatchPoint timer job configurations. | |
DailyScheduleConfiguration | Used to specify a timer job with daily recurrence. | |
DependsOnJobConfiguration | Used to specify a timer job that will be executed depending on another timer job configuration.. | |
HourlyScheduleConfiguration | Used to specify a timer job with hourly recurrence. | |
MinuteScheduleConfiguration | Used to specify a timerjob with multiple recurrence within the hour. | |
MonthlyScheduleConfiguration | Used to specify a timer job with monthly recurrence. | |
ScheduleBaseTimerJobConfiguration | Base class for all MatchPoint timer job configurations that can be configured with a schedule. | |
ScheduleConfiguration | Base class for all schedule configuration classes. | |
TimerJobException | Represents an exception that occurs during the runtime of a MatchPoint timer job. | |
WeeklyScheduleConfiguration | Used to specify a timer job with weekly recurrence. |
Interface | Description | |
---|---|---|
ITimerJob | Provides functionality for a MatchPoint timer job. | |
ITimerJobConfiguration | Provides functionality for MatchPoint timer jobs. |