what is the best approach to impmenting 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:06 UTC
Read the original article Hit count: 211

Filed under:
|
|

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

Related posts about threading

Related posts about c#