Hi I am using the ServiceController class to start and stop a windows service, I can also query the Status property to detect whether the service is running or not. I'd like to monitor and display the status of this service in my application. Unfortunately this seems to be only possible by polling the Status property. I'd rather use some notification mechanism.
Is there any event in .NET which can notify me that the service status has changed?