How to acheive daemon functionality in c#
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to implement daemon functionality(which is available in java) in c# without using windows service and sql job. Please let me know if anyone has any idea about it.
A scheduled task? (hmm, thats twice I've written that in 10 mins, was the other one you as well?) Create your program as a comand line or windows app that automatically shuts itself down and add a scheduled task to run it when you want (might need a batch file for that, not sure)