资 源 简 介
NCron is a light-weight library for building and deploying scheduled background jobs on the .NET server platform. The goal is to hide the details about scheduling, timers and threads, letting you focus on implementing the actual jobs/tasks. NCron allows you to:
Write your jobs in any .NET programming language.
Define an unlimited number jobs in the same .NET assembly.
Schedule your jobs for execution using a compellingly flexible fluent API.
Embed the scheduling plans within the assembly, or keep the plans in custom configuration files or database.
Write log message using a simple logging API, optionally integrated with your favorite logging framework.
Use any IoC container to perform dependency injection for your jobs.
Implementing a scheduled job with NCron is as easy as implementing a single method: