For example, I have a Windows service with a System.Timers.Timer function in it. The Timer does something every 3 hours. What if the computer running this service goes into sleep mode and what happens after waking up?
I assume the Timer stops when the computer goes to sleep and starts counting from zero after waking up. Is this right?