C# timer getting fired before their interval time
- by Swati Ghaisas
Hi,
We're getting following problem while using system.threading.timer ( .net framework 2.0 ) from a Windows service.
There are around 12 different timer objects..
Each timer has due time and interval. This is set correctly.
It is observed that after 3 to 4 hours, the timers start signalling before their interval elapses. For example if the…