G
Guest
Hi,
I have created a service that runs fine when set to check every fre secs,
however, I set it to run every 2 hours but when I start the service it runs
only once.
This is how I am setting the 2 hours
Dim TimerItem As New System.Threading.Timer(TimerDelegate, 1, _
10000, 3600000)
Any ideas?
Thanks
I have created a service that runs fine when set to check every fre secs,
however, I set it to run every 2 hours but when I start the service it runs
only once.
This is how I am setting the 2 hours
Dim TimerItem As New System.Threading.Timer(TimerDelegate, 1, _
10000, 3600000)
Any ideas?
Thanks