A
Anuj Agarwal
I would imagine the answer is yes and thats how i have it
in my code. Example - i start a timer waiting for user
input. If the user input occurs before the timeout, i call
Timer.Dispose on that timer to get rid of it and prevent
it from firing.
But every once in a while the timer will actually fire a
couple of seconds after user input.
Any ideas why that might be happening ?
in my code. Example - i start a timer waiting for user
input. If the user input occurs before the timeout, i call
Timer.Dispose on that timer to get rid of it and prevent
it from firing.
But every once in a while the timer will actually fire a
couple of seconds after user input.
Any ideas why that might be happening ?