timer

are threre any timer class in visual web developer

please send me an example




Answer this question

timer

  • R. P. Poletti

    Hi!

    Why do you need timer in web app

    There is 3 Timer classes in .NET:
    • System.Threading.Timer
    • System.Timers.Timer
    • System.Windows.Forms.Timer


  • JessieLiu

    You should also think on how you are going to use them, for example the windows forms timer (One from the Toolbox) will pause when the windows form is busy.

    Also on another note there is also the high performance timer that you can use, this is the main timer function that is used in a lot of the managed directX systems as well as the sample framework that is shipped with the DirectX SDK.



  • timer