Hi,

How can I stop my Windows Service Application. I looked for something like
me.close but found nothing equivalent.

Thanks, Tony

Re: Stop WindowsService Application by mdb

mdb
Wed Jun 01 09:20:20 CDT 2005

"Tony" <nospam> wrote in news:#dhxUfoZFHA.3032@TK2MSFTNGP10.phx.gbl:

> How can I stop my Windows Service Application. I looked for something
> like me.close but found nothing equivalent.

You want the Windows service to stop itself? You could use the
ServiceController class to grab a reference and issue the Stop() method.

--
-mdb