开发者

Import Quartz DLL in C# VIsual Studio

开发者 https://www.devze.com 2022-12-16 18:21 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号