While creating record we maintain one status to that record. After some time like 10 min we would like to change the staus of that record. with out calling the from front end.
thanks in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted Sep 23, 2019, 12:51 AM
If you want to c# side scheduleing then checked below link.
1. https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/index.html
2. https://stackoverflow.com/questions/8821535/simple-working-example-of-quartz-net
3. https://www.codeproject.com/Articles/860893/Scheduling-With-Quartz-Net
In that you have to configuration which time you have run the your code in automatically without calling from front-end.
let me know if you have nedded anything.
Thanks
Yogesh GhorpadePosted Sep 21, 2019, 4:09 AM