A
Adam Benson
Hi,
We have figured out that System.Timers.Timer should be avoided because it
occasionally stops firing.
So, we dutifully began switching over to System.Threading.Timer but somebody
at work now says that System.Threading.Timer can also be unreliable.
Could somebody in the know please tell me : is System.Threading.Timer
reliable or not?
Thanks,
Adam.
We have figured out that System.Timers.Timer should be avoided because it
occasionally stops firing.
So, we dutifully began switching over to System.Threading.Timer but somebody
at work now says that System.Threading.Timer can also be unreliable.
Could somebody in the know please tell me : is System.Threading.Timer
reliable or not?
Thanks,
Adam.