quartz.net
Quartz.NET - Jobs don't run?
I\'m attempting to implement Quartz.NET as a Windows Service in C#. My jobs are not triggering when I expect them to trigger... at all, actually, as far as I can tell?[详细]
2023-01-26 14:42 分类:问答Modifying JobDataMap in Quartz.NET
I am creating a Quartz.NET application in C#, and creating a bunch of administration webpages (C#开发者_运维问答/ASP.NET) so users can easily create jobs, set datamap fields and edit datamap fields.[详细]
2023-01-26 11:53 分类:问答Quartz .Net - Meaning of BigInt DateTime
we\'ve used sql server as our persisted data store for Quartz.net.I\'d like to write some queries looking @ the Time values.Specifically - Qrtz_Fired_Triggers.Fired_Time, Qrtz_Triggers.Next_fire_time,[详细]
2023-01-26 02:58 分类:问答File transactions issue - storing where each file come from?
I am creating an application that uses Quartz.NET to automatically download and upload files to various sources (HTTP, FTP 开发者_运维技巧and Network paths) based upon a regular exprsesion. Users can[详细]
2023-01-24 20:40 分类:问答Quartz.NET RemoteScheduler with AdoJobStore unable to find assembly
HI All, I have successfully created a Quartz.NET remote server running inside a windows service. I followed examples 12 in the source and slightly modified it to use AdoJobStore with sqlite.[详细]
2023-01-22 16:27 分类:问答Quartz.NET - how to detect whether a job is paused?
I\'m usin开发者_如何学Pythong Quartz.NET in a Windows Service I am creating, and I\'d like a way to iterate over all jobs to detect whether it is paused or not. How do I check if a job is paused? I ca[详细]
2023-01-22 10:14 分类:问答Quartz.NET - getting jobs exception using IJobListener
I\'m using Quartz.NET for an 开发者_JAVA百科application I am creating, and I currently have an IJobListener listening for any errors with jobs, then sending emails off to the administrators. It\'d be[详细]
2023-01-22 04:57 分类:问答Using Unschedulejob to modify a triggers details - what am I doing wrong? (Quartz.NET)
I\'m using Quartz.NET for a system I am creating, where jobs are run via a Windows Service and can be added and editted (inlcuding trigger details) in an ASP.NET page.[详细]
2023-01-21 13:52 分类:问答Using Quartz.NET for multiple pages/applications in project
I\'m creating a project that is utilizing Quartz.NET (with ADO.NET DB storage). There is the core component, i.e. the component that executes jobs (console application at the moment, will be a Windows[详细]
2023-01-21 13:30 分类:问答Getting scheduler from another method (Quartz.NET). Or general method question
this may be a general question on shar开发者_如何转开发ing variables but here goes. I\'m using a GridView on a webpage to edit each job, and I need to hook up to each \'rowbound\' event to get some d[详细]
2023-01-21 12:56 分类:问答