Home All Groups Group Topic Archive Search About

Problem with System.Threading.Timer duetime parameter

Author
12 Nov 2005 10:15 AM
Dave
I am using the System.Threading.Timer thus:
System.Threading.Timer updateTimer = new
System.Threading.Timer(updateCallback, null, 1900, 30000);

If I use a value of 1800 or less for the duetime it works fine, but if I use
1900 or more the timer never fires.
I know there are issues with timers firing too often, but I haven't seen
anything like this. Has anyone had a similar problem?
--
Dave

AddThis Social Bookmark Button