gracefully stopping a windows service with mutlithreaded processing on a timer thread?

Posted by nitroxn on Stack Overflow See other posts from Stack Overflow or by nitroxn
Published on 2010-04-27T07:54:54Z Indexed on 2010/04/27 8:03 UTC
Read the original article Hit count: 158

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about service