I want to make some code execute once every 12 hours or once every 24 hours..how do i do it using C#.NET..
Plz..urgent..
Kaveri..
I want to make some code execute once every 12 hours or once every 24 hours..how do i do it using C#.NET..
Plz..urgent..
Kaveri..
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.
Bechir BejaouiPosted Mar 25, 2008, 8:58 AM
So create a windows service an implement its so that it suites your needs
Then install it, execute it , you can attach it to a given process so that it boots with each computer start for example