I have created a list of job which is executing as per there schedule time but what i need to do if job schedule time is changed so how the scheduled job’s firing time will get changed?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to reschedule the job with a new trigger that has the new fire times you want. It’s not possible to update a trigger’s fire times. How to do this depends on the version of Quartz.Net you’re running, as the API has changed significantly between V1 and V2