Q: "Simple" tick problem.

  • Thread starter Thread starter Martin Arvidsson, Visual Systems AB
  • Start date Start date
M

Martin Arvidsson, Visual Systems AB

Hi!

I need help with a solution.

I want a System.Timers.Timer to timeout everyday at 09:00.
I store the time in a string in a config file.

When the service is executed i stop the timer and execute the work.

After execution, i want to set the timer to be executed at 09.00 again.

Any hints tips, greatly appreciated.

Regards
Martin
 
What you describe is a scheduler. Is there any reason you cannot use
standard Windows Task Scheduler?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top