ScheduleManager Methods

Methods

AddSchedule Attempts to add a new Schedule.
CheckAllSchedules Checks all of the Schedules to determine if they are due.
Dispose Releases all the resources used by the ScheduleManager object.
Dispose(Boolean) Releases the unmanaged resources used by the ScheduleManager object and optionally releases the managed resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindSchedule Searches for the Schedule with the specified name.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnScheduleDue Raises the ScheduleDue event.
OnScheduleDueCheck Raises the ScheduleDueCheck event.
OnStarted Raises the Started event.
OnStarting Raises the Starting event.
RemoveSchedule Attempts to remove a Schedule with the specified name if one exists.
Start Starts the ScheduleManager asynchronously if not running.
Stop Stops the ScheduleManager if running.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also