two or more timer with different intervals with C#

Posted by kaushal on Stack Overflow See other posts from Stack Overflow or by kaushal
Published on 2010-03-15T09:00:23Z Indexed on 2010/03/15 9:19 UTC
Read the original article Hit count: 319

Filed under:
|
|

Hi guys,

I have to a d.b entry in which the intervals are given,

Suppose 1 timer tm_5 will check the entries after every 5 mins & the timer tm_10 will check

the entries after every 10 mins,

The problem is that it checks only the entries for tm_5 not for the tm_10.

I am using C#.net 2005 & MS sql server 2005.

Guys please me with full code beacuase I am new to this field..

Thnks a lot...

Kaushal

© Stack Overflow or respective owner

Related posts about timer

Related posts about intervals