| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows 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. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| 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) |