简体   繁体   中英

Schedule Windows Service with Quartz.NET

I want to schedule my windows service with Quartz.NET.I tried some examples but,i can't schedule my windows service.How can i do it?

Thanks.

Well, you're not actually "scheduling" your windows service. The Quartz.Net server can run as a windows service and then look at your quartz_jobs.xml to determine the time/frequency (or whatever you have setup as a trigger) to fire your jobs you have defined.

Check out this blog post series for more info - http://jvilalta.blogspot.com/2009/03/getting-started-with-quartznet-part-1.html

It was helpful for me to get started versus the tutorials on the Quartz.Net site.

It's work for me :

"A quick way to create a windows service using Autofac, Quartz and Atlas"

http://www.markjourdan.name/a-quick-way-to-create-a-windows-service-using-autofac-quartz-and-atlas

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM