I need to restart service I'm developing. I don't wont to ask service manager to do this in case of error. I need somehow to do this in my code. Is there are any possibilities to solve my problem?
Reason I need that:
I need this restart in case of some particular exception. I could close my application in case of thous exceptions and setup service manager to recovery service.
As I understood service manager will restart service in both cases - when errors are generated in event viewer and when service is stooped.
It is not good for my if service will be restarted in case of errors in event viewer, because my application generates some errors in event viewer I still can't understand. Those errors have no influence on service work quality. I need just restart in case of service stop ore in case of my exceptions I need to handle.