C# Timer Identifier

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • linoi
    New Member
    • Jun 2007
    • 1

    #1

    C# Timer Identifier

    If I have 2 timers in a project how do I identify which timer is being triggered? In c++ there if I am not mistaken an IDEvent associated with every creation of a timer.

    How does C# handle this?

    thx

    Lino
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Is this for a windows form or for a web project?
    What timer object are you using? The one in windows.forms or the other one?
    Both allow you to specify what happens when their even is fired, it should be rather simple to decide which is which.

    But, please provide more details, possibly even sample code to better explain your question.

    Comment

    Working...