Search code examples
c#quartz-scheduler

Closed-source alternative to Quartz.NET


This may seem like an odd question, but I need to find a closed-source alternative to Quartz.NET. I have been using quartz in a windows service application I am writing, and recently discovered that my employer will not allow me to use open-source controls in my project (funny, since there is plenty of UNIX stuff running here as well...sheesh).

Anyone have any suggestions on a control that I can use? Thanks!


Solution

  • It appears as though I have talked the superiors into allowing me to use Quartz (as long as I don't mention that I am using it, hehe). Thanks for the help everyone!