Click or drag to resize

ScheduleManager Events

The ScheduleManager type exposes the following members.

Events
  Name Description
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event ScheduleDue Occurs asynchronously when a Schedule is due according to the rule specified for it.
Public event ScheduleDueCheck Occurs when the a particular Schedule is being checked to see if it is due.
Public event Started Occurs when the ScheduleManager has started at the top of the minute.
Public event Starting Occurs while the ScheduleManager is waiting to start at the top of the minute.
Top
See Also