D
Darrin J Olson
I'm having some trouble with the System.Timer class. I created a console app
with an event that I fire on a 5 minute interval from the timer. This works
fine, for exactly 2 hours. After the timer fires the event 24 times, it
doesn't fire again.
I've tried using the System.Timer, the Threading.Timer and the Windows Forms
Timer (I instantiated a form that I did not show, just to use the timer). I
get the exact same results from each of them.
I've also tried stopping and restarting the timer every 30 minutes. Either
way, the event will fire for 2 hours, and will not fire again. Does anyone
know what might cause this?
Thanks!
-Darrin
with an event that I fire on a 5 minute interval from the timer. This works
fine, for exactly 2 hours. After the timer fires the event 24 times, it
doesn't fire again.
I've tried using the System.Timer, the Threading.Timer and the Windows Forms
Timer (I instantiated a form that I did not show, just to use the timer). I
get the exact same results from each of them.
I've also tried stopping and restarting the timer every 30 minutes. Either
way, the event will fire for 2 hours, and will not fire again. Does anyone
know what might cause this?
Thanks!
-Darrin