quartz.net
Quartz.net Simple Example
I\'m trying to find a simple Quartz.Net example where when a button is clicked, it kicks off the Quartz.Net functionality.[详细]
2023-04-12 19:55 分类:问答Spring.NET, Quartz & Transactions
I\'ve just run into a problem w开发者_如何学编程ith a Quartz job that I\'m invoking through Spring. My ExecuteInternal method had a [Transaction] attribute (because it does a load of DB calls) but whe[详细]
2023-04-12 07:35 分类:问答Quartz.NET trigger: run once in a specified interval
I\'m using the Quartz.NET library in a Windows service to run a daily job among others. I\'m using AdoJobStore. Basically I want my job to be executed once any time between midnight and 1AM for exampl[详细]
2023-04-09 14:49 分类:问答Does Quartz.NET trigger a misfire if the Windows service was stopped?
I\'m using the Quartz.NET dll with AdoJobStore inside a Windows service. I noticed that the tutorial isn\'t very clear about misfires.[详细]
2023-04-08 19:47 分类:问答Quartz.NET job configurared to run once daily works the first day but fails to fire on subsequent days
I\'ve configured quartz.net within my asp.net application and I have a job set to run daily at 1am. If I change the job-config.xml file to have the job run in 2 minutes time, the change is automatical[详细]
2023-04-08 17:16 分类:问答Injecting properties into a QuartzJobObject
Am I right in thinking that my QuartzJobObject can\'t have any DAO\'s or other Spring-managed objects injected into it?[详细]
2023-04-07 04:07 分类:问答Quartz .Net Job should reschedule itself
I\'m using a Quartz .NET job to get data from serial port periodically. The problem is that if the serial port is used by a another programm the job should reschedule itself to maybe try it in 30min a[详细]
2023-04-06 15:08 分类:问答Quartz, Unity & .NET
Is it possible开发者_JAVA技巧 to register a quartz job to always use the same IJob instance injected by DI container Unity? I have asingle instance \"monitor\" of a class Monitor coming from Unity DI,[详细]
2023-04-04 13:30 分类:问答Quartz.NET Updating a Calendar after creating Job
I\'ve searched 开发者_高级运维online, but cant find the answer. I\'d like to know if I create a Job, JobDetail, and Trigger with a Holiday Calendar (for excluding dates), how can I maintain that calen[详细]
2023-04-03 13:00 分类:问答Quartz.Net - Every 3 months
I\'m trying to call something every 3 months (quarterly) in Quartz.NET (using both stable and latest version 2 which is beta with same results).[详细]
2023-04-02 10:27 分类:问答