Remove job from quartz-jobs.xml file



I have been using the DeleteJob() method to remove a job that has expired from my scheduler. But I also want that job and its associated triggers to be removed from the quartz-jobs.xml file. How can I make that happen?


No comments:

Post a Comment