quartz.net
Quartz.net and/or MSMQ?
I\'m writing an app that needs to run a task at a specific moment in time so I am planning to use Quartz.NET for this. The task that needs to run though, has multiple steps, some of which could be a l[详细]
2023-02-17 05:08 分类:问答Quartz.net: FireAtTime doesn't seem to work as expected
I am trying to implement Quartz.net in one of my projects. I am using NthIncludedDayTrigger cause I want my trigger to fire every 5 months at a certain time. Here is the code:[详细]
2023-02-17 01:50 分类:问答Using NT Service to host Quartz.NET Scheduler
I\'m currently looking at using an NT Service to host a Quartz scheduler instance.(I\'m using an NT Service instead of IIS as the scheduler cannot be guaranteed to be up as IIS will periodically perfo[详细]
2023-02-15 16:21 分类:问答Quartz.NET vs Windows Scheduled Tasks. How different are they?
I\'m looking for some comparison between Quartz.NET and Windows Scheduled Tasks? How different开发者_开发技巧 are they? What are the pros and cons of each one? How do I choose which one to use?[详细]
2023-02-13 03:49 分类:问答How to use Quartz .net in Windows form?
i try to write a project to use Quart.net (http://quartznet.sourceforge.net/) to make job scheduling system (Quartz.NET is a full-featured, open source job scheduling system that can be used from smal[详细]
2023-02-12 05:24 分类:问答why TriggerComplete event not firing?
When I\'m executing the context.Scheduler开发者_Python百科.TriggerJob(jobName, \"jobGroup\"); in the (TriggerComplete) event of ITriggerListener after completing the corresponding job this event is[详细]
2023-02-09 07:43 分类:问答Autofac and Quartz.Net Integration
Does anyone have any experience integrating autofac and Quartz.Net?If so, where is it best to control lifetime management -- the IJobFactory, within the Execute of the IJob, or through event listeners[详细]
2023-02-09 00:16 分类:问答remove quartz trigger that will not run again
Does the quartz scheduler r开发者_如何学编程emove the triggers that won\'t run again or we should remove them ourselves by using the RemoveTrigger method. I want to run a job at an instance of time bu[详细]
2023-02-09 00:00 分类:问答running quartz job in TriggerComplete event
my program should run maximum (N) job at a time. if there is more job needs to be run it is store in temp storage and after completing one of the currently running job then i\'ll pick another trigger[详细]
2023-02-08 15:22 分类:问答Unit Testing Scheduler in the FUTURE C#
I\'m开发者_如何学编程 using quartz.NET inside a scheduler project (class library) on my application, this is because i want the other projects to be agnostic of the actual implementation. In the futur[详细]
2023-02-08 05:43 分类:问答