Hi all,
can anyone tell me how server based timer in .net works?
Which one of either system.timers.timer, system.threading.timer is
better for use in windows service.
How worker thread call elapsed event. Will it depend on any of system
factors?
If anyone can shed some light on it then it will really benefical for
me.
thanks in advance.
ignacio machin - 10 Nov 2006 15:11 GMT
I've used System.Timers.timer and have never had any problem.
IMO you can use either one. Just go over the docs and decide which is better
in your case based .
Pay especial atention to where the thread runs and if you need to restart it
after each event
> Hi all,
>
[quoted text clipped - 10 lines]
>
> thanks in advance.