Blog Stats
  • Posts - 157
  • Articles - 0
  • Comments - 90
  • Trackbacks - 19

 

BCL

Which of the 3 timer types in the BCL do you need?

In case that you need a timer you can choose between 3 types in the Base Class Library:System.Timers.Timer... timer you should use to solve your problem depends on the problem you are trying to solve. I have found an article on the MSDN Magazine of February 2004 written by Alex Calvo which compares the 3 timers and outlines when to use which timer:http://msdn.microsoft... Cross-posted from The .NET Aficionado...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Gabriel Lozano-Morán