all groups > dotnet academic > april 2005 >
You're in the

dotnet academic

group:

Windows Services



Windows Services Vamsi Polavarapu
4/12/2005 7:23:03 AM
dotnet academic: Hello,
I have two threads running ,one in my web application and other one in a
windows service.How can i stop the thread running in windows service from my
web application when ever the thread running in my web application is
stopped.Is there a way to synchronize.
RE: Windows Services Deepak
7/19/2005 11:21:16 AM
Hello
when ever you start the thread get the name of the thread into a variable.
Call Thread.Abort and pass the name of the thread .
I am not sure whether this will work.
Let me know if you have already found the answer.
Thanks
Deepak

[quoted text, click to view]
AddThis Social Bookmark Button