what is the best approach to implenting a thread timer
Posted
by nitroxn
on Stack Overflow
See other posts from Stack Overflow
or by nitroxn
Published on 2010-03-16T13:04:37Z
Indexed on
2010/03/16
13:16 UTC
Read the original article
Hit count: 217
Hi,
What is the best approach in using a timer. Use a System.Timer.Timer class or use a single Thread in a non-terminating loop with a Thread.Sleep statement?
Thanks in advance
© Stack Overflow or respective owner