Question

I'm in need for the Quartz DLL , I've downloaded all the source and everything and there is the Quartz.dll and Common.Logging.dll files, but I don't know how to use them in my own applications.

Can someone tell me how to do this, it's just this one step that's stopping me from doing it all.

Thanks

Was it helpful?

Solution

Sandeep,

Don't mind discussing this with you, but would need to know what the application is that you are trying to use the Quartz library for. Unfortunately, the Quartz library documentation isn't quite what it should be, and it took several days for me to absorb the product myself.

The jest of using it is something like the following:

  1. Create a SchedulerFactory
  2. Create a Scheduler
  3. Create a JobDetail
  4. Create a Trigger
  5. schedule the job (with the detail and the trigger)

From there, everything else is all in the details on the task you are trying to accomplish. Can't give any more specifics without that info. Hope that 30 second lesson gets you on your way.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top