
How to schedule a service to poll every 15 minutes
Add a timer to the service. You can set the interval property on the timer
to set the time interval, and write your code into the Tick event handler.
-Ed Smith
Visual Basic Test Team
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:
> I have the appication written...but I cannot figure out how to make it
pull
> every 15 minutes. Any ideas?
> It's basically a procedure I wanted called every 15 minutes...thats it.
> Thanks,