I have a service where I start up the worker thread from OnStart and also
stop the thread from OnStop. My problem is if the service by itself decides
to stop because of some problem it cannot handle - how wouold it stop, I
mean stop the thread itself is not a problem but the service is still
running.
Owe
stop the thread from OnStop. My problem is if the service by itself decides
to stop because of some problem it cannot handle - how wouold it stop, I
mean stop the thread itself is not a problem but the service is still
running.
Owe
Comment