Open williamd1618 opened 12 years ago
I like the idea of being able to deregister a job from the scheduling service. At it's core, it would involve adding a RemoveScheduledJob(JobExecutionWrapper)
method on `ISchedulingService
, which should be pretty easy. However, adding similar functionality to the fluent API might require some more consideration.
Could you post a few lines of fictive sample code demonstrating how you would add a job and later remove it from the scheduler? You are also very welcome to implement the functionality you require and send a pull request. If you stick to simply adding an extra method as described above, I am very likely to merge it. If your changes are more substantial, I will have to think it all through more carefully first, though.
Sorry for the delay in getting back to you.
I've noticed that the IScheduleService does not support an entire set of CRUD operations. I'd like to be able to update schedules or deleted schedules via a restful interface that adapts the NCron IScheduleService. Can this be added or can I add this and go through the typical approval process to get published to the central nuget repository as a minor release?
Thanks.