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:
- Create a SchedulerFactory
- Create a Scheduler
- Create a JobDetail
- Create a Trigger
- 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.