.net - Import Quartz DLL in C# VIsual Studio -


i'm in need quartz dll , i've downloaded source , , there quartz.dll , common.logging.dll files, don't know how use them in own applications.

can tell me how this, it's 1 step that's stopping me doing all.

thanks

sandeep,

don't mind discussing you, need know application trying use quartz library for. unfortunately, quartz library documentation isn't quite should be, , took several days me absorb product myself.

the jest of using following:

  1. create schedulerfactory
  2. create scheduler
  3. create jobdetail
  4. create trigger
  5. schedule job (with detail , trigger)

from there, else in details on task trying accomplish. can't give more specifics without info. hope 30 second lesson gets on way.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -