How to schedule a service to poll every 15 minutes 
Author Message
 How to schedule a service to poll every 15 minutes

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,




Tue, 15 Feb 2005 21:43:19 GMT  
 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,





Wed, 16 Feb 2005 03:35:49 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Demented thought of the hour (or is it every 15 minutes) >(;-)

2. script than will run every 15 minutes

3. Run scheduled Item in Access - say every 5 minutes

4. schedule vbs task every n minutes?

5. Schedule a script to run every 10 minutes.

6. how to schedule to run every 5 minutes

7. How do I schedule an event to take place every 15 to 20 minutes in VB.NET

8. Adding 15 minutes

9. Programmaticaly sending mail after only 15 minutes

10. Gung ho newbie - stuck at # 3 on the MVP - VBA basics in 15 minutes

11. Timer for 15 Minutes?

12. Report takes 15 minutes to print from VB 5.0 app

 

 
Powered by phpBB® Forum Software