I create a timer with the specified time-out value. When a timer expires, the OnDoSomething function is called. Sometimes, the OnDoSomething function takes more time than the specified time-out value. For examle, the sepcified time-out value is 50, but the time OnDoSomething takes is 70. I want to let OnDoSomething be re-called when it finishes. Can I do that?
