Albert Kuo
Introduction Implementation Process Add DLL files Edit web.config  Create a job class Edit Global.asax.cs Check Log file Reference
Quartz.NET is a port of very popular open source Java job scheduling framework,  Quartz  Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs
The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering. Scheduler JobDetail Trigger JobDataMap JobDataMap JobDataMap Calendar JobDataMap JobDataMap JobDataMap
 
Add Quartz and Common Logging DLLs
 
 
 
 
 
 
 
 
Write log into log file every 5-second
Quartz.Net http://quartznet.sourceforge.net/   Quartz http://www.opensymphony.com/quartz/   Job scheduling with Quartz http://www.ibm.com/developerworks/java/library/j-quartz/?S_TACT=105AGX52&S_CMP=cn-a-j   JavaDoc http://quartz.sourceforge.net/javadoc/ 在 ASP.NET 中使用 Quartz.net 进行工作调度 http://blog.csdn.net/spring21st/archive/2009/06/29/4306821.aspx

Quartz.NET - Enterprise Job Scheduler for .NET Platform

  • 1.
  • 2.
    Introduction Implementation ProcessAdd DLL files Edit web.config Create a job class Edit Global.asax.cs Check Log file Reference
  • 3.
    Quartz.NET is aport of very popular open source Java job scheduling framework, Quartz Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs
  • 4.
    The Quartz Schedulerincludes many enterprise-class features, such as JTA transactions and clustering. Scheduler JobDetail Trigger JobDataMap JobDataMap JobDataMap Calendar JobDataMap JobDataMap JobDataMap
  • 5.
  • 6.
    Add Quartz andCommon Logging DLLs
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
    Write log intolog file every 5-second
  • 16.
    Quartz.Net http://quartznet.sourceforge.net/ Quartz http://www.opensymphony.com/quartz/ Job scheduling with Quartz http://www.ibm.com/developerworks/java/library/j-quartz/?S_TACT=105AGX52&S_CMP=cn-a-j JavaDoc http://quartz.sourceforge.net/javadoc/ 在 ASP.NET 中使用 Quartz.net 进行工作调度 http://blog.csdn.net/spring21st/archive/2009/06/29/4306821.aspx