摘要: 在使用Quartz.net执行调度任务时,任务类必须实现IJob接口,如下 `public class DLLExecutor : IJob { public async Task Execute(IJobExecutionContext context) { //你的处理逻辑 } }` 具备如上任 阅读全文
posted @ 2021-04-15 11:32 王叫兽 阅读(1609) 评论(0) 推荐(1)