Hi,
In my .net windows service, when my timer elapses and my main method is called, is it best practice to put the timer in sleep mode?
This is in case my main method runs for too long, and the timer elapses before the previous calls main method finishes its execution.