Hi
I need to create a service that runs a piece of code in new thread after (let us say) 10 mins. How can I do that? I have service ready but I don’t seem to understand how (if ) to call timer from within thread. can any one help?
Hi I need to create a service that runs a piece of code in
Share
After some (more) searching on StackOverFlow I found something that helps me