简体   繁体   中英

Import Quartz DLL in C# VIsual Studio

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM