What Is The Callback Method When A Daemon Application Exists
- by ChloeRadshaw
I need to be able to create a little daemon application that will keep running until the machine is restarted or the process is forcefully killed.
Is there a callback I can implement to get called when the application is exiting (either by force or at system shutdown)
I am not creating a Windows form but a daemon application - I have serached google with no luck