I have two processes both developed in C#.
One of them is a Windows Service, the other one a normal windows based application.
What I intend to do is to exit the application from Service,
I don't intend to kill it forcibly, which i am able to do. I want to exit it gracefully.
Can i call the application_close function defined in my application through the service.