.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:
- create schedulerfactory
- create scheduler
- create jobdetail
- create trigger
- 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
Post a Comment