首页 > 学院 > 开发设计 > 正文

Quartz.NET

2019-11-17 02:51:05
字体:
来源:转载
供稿:网友

Quartz.NET

官网

http://www.quartz-scheduler.net/

相关的 Log 说明

http://netcommon.sourceforge.net/docs/2.1.0/reference/html/index.html

懒惰的肥兔 (他写不少相关的文章,值得一读)

http://www.VEVb.com/lzrabbit/archive/2012/04/15/2448326.html

Quartz.net 2.0 版本有个地方特别需要注意; 在 App.config 里的factoryAdapter不再是Log4Net取而代之的是Log4Net1211;

    <logging>      <factoryAdapter type="Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter, Common.Logging.Log4Net1211">        <arg key="configType" value="INLINE"/>      </factoryAdapter>    </logging>

   // 串行执行的属性。    [DisallowConcurrentExecution]    public class Job1: IJob


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表