Click or drag to resize

Colygon.MatchPoint.Core.TimerJobs Namespace

Contains functionality for MatchPoint timer jobs.
Remarks
MatchPoint timer jobs are based on the SharePoint timer job architecture.
Classes
  ClassDescription
Public classAbstractDailyScheduleT
Base class for all for all schedule configuration classes that allow specifying a start time during the day.
Public classBaseTimerJobConfiguration
Base class for all MatchPoint timer job configurations.
Public classDailyScheduleConfiguration
Used to specify a timer job with daily recurrence.
Public classDependsOnJobConfiguration
Used to specify a timer job that will be executed depending on another timer job configuration..
Public classHourlyScheduleConfiguration
Used to specify a timer job with hourly recurrence.
Public classMinuteScheduleConfiguration
Used to specify a timerjob with multiple recurrence within the hour.
Public classMonthlyScheduleConfiguration
Used to specify a timer job with monthly recurrence.
Public classScheduleBaseTimerJobConfiguration
Base class for all MatchPoint timer job configurations that can be configured with a schedule.
Public classScheduleConfiguration
Base class for all schedule configuration classes.
Public classTimerJobException
Represents an exception that occurs during the runtime of a MatchPoint timer job.
Public classWeeklyScheduleConfiguration
Used to specify a timer job with weekly recurrence.
Interfaces
  InterfaceDescription
Public interfaceITimerJob
Provides functionality for a MatchPoint timer job.
Public interfaceITimerJobConfiguration
Provides functionality for MatchPoint timer jobs.