且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在网站激活Web服务调用计时器每隔一小时

更新时间:2023-12-02 16:19:04

如果你想从一个ASP.NET Web应用程序中做到这一点,检查出的 Quartz.NET作业调度,很适合这样的事情。

If you want to do this from within an ASP.NET web application, check out the Quartz.NET Job Scheduler, it's perfect for this sort of thing.

否则,你可以运行一个单独的应用程序作为Windows服务与计时器,或一个控制台应用程序作为Windows的计划任务。

Otherwise you could run a separate application as Windows Service with a timer, or a console application as a Windows scheduled task.