Using More Than one Timer in Window Service .net

  • Thread starter Thread starter ABCL
  • Start date Start date
A

ABCL

Hi,
I am having problem with using two timers into one Window Service.
What does Happen when both Timers fire event at same time?
If Both fires same time How can I force Service to execute
Timers1's Event Because It is more importanat Than Timer2's event?

I any help Or sample COde will be really appreciated...

Thanks
 
I would set Time interval at Even and Odd values.. so they fire one after
the other...

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top