W
Weston Weems
Hello,
I've got timers launching every 3 minutes to run a
somewhat lengthy process etc... and that all works fine.
What I'd like is to have the timer fire immediately after
starting then at <X> intervals.
With System.Timers.Timer, is there a way I can manually
fire off the event. Or will I just have to manually create
a thread and fire the event the first time?
Seems like its pretty common behavior to want a timer to
fire once started then fire at x intervals.
Thanks in advance
Weston Weems
I've got timers launching every 3 minutes to run a
somewhat lengthy process etc... and that all works fine.
What I'd like is to have the timer fire immediately after
starting then at <X> intervals.
With System.Timers.Timer, is there a way I can manually
fire off the event. Or will I just have to manually create
a thread and fire the event the first time?
Seems like its pretty common behavior to want a timer to
fire once started then fire at x intervals.
Thanks in advance
Weston Weems