I have a parent service that watches other child service processes. When I need to kill a certain child process via the process' object.Kill() and waiting for it to complete. Then, I'm surprised that this is not logged to the Event Viewer Application log with the process' name as the instance name, and the message as "Service stopped successfully"? When the parent service start up the child service process again, I do see an entry in the event viewer's application log "Service started successfully".
Any ideas?
Thanks!