gracefully stopping a windows service with mutlithreaded processing on a timer thread?
- by nitroxn
Hi,
Any ideas on gracefully stopping a windows service with mutli-threaded processing on a timer thread? Is it possible to add some infinite loop logic in the OnStop method to postpone the service shutting down.