| The Framework |
|
The problem
Programatically schedule and run some code.
The solution
One possible approach would be the following one:
Additionally you may want to configure the schedules from the configuration file, so you need a ConfigurationSection class and some ConfigurationElement classes to parse the configuration file.
All of these classes I already made them and in the next paragraphs I will try to explain how they are working and how you can use them.
|
The Framework