Jim Adams <(E-Mail Removed)> wrote:
> When a VB.Net windows service receives a Stop request, when does it
> actually end? For example, when a service app spawns worker threads
> that run for a period ranging from a few seconds to a few minutes, how
> will a Stop request be handled.
I believe it's basically up to you to stop the other threads. See
http://www.pobox.com/~skeet/csharp/t...shutdown.shtml for my
suggestions on orderly thread shutdown.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too