Every N minutes we want to run through a list of tasks. So we\'ve created a task executor with a
do { DoWork(); }while(!stopRequested)
No
You could use a System.Timers.Timer and perform the work in its elapse handler.