|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem with System.Threading.Timer duetime parameterI 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 |
|||||||||||||||||||||||