Hi everyone
I am trying to use scheduler with my site. I have done the following :-
1. Added a class in the App_Code folder and inherited the class from DotNetNuke.Services.Scheduling.SchedulerClient
2. Write down my code in the class.
3. Run the Application .. Host > Schedule > Add Item to Schedule and set the settings :
- Name : schedulers.schedule, schedulers
- Schedule Enabled : Yes
- Time Lpase : 1Min
- Retry Frequency : 1Min
- Retain Schedule History : None
- Run on Event : Application_Start
- Catchup Enabled : No
- Object Dependencies : Blank
- Run on servers : Blank
4. Host > Host Settings > Advanced Settings > Other Settings > Scheduler Mode : Timer Method
The site is running, But the control is going to my class . What I am missing ?
Please suggest ..
Regards