Home All Groups Group Topic Archive Search About

interact with a windows service remotely

Author
3 Nov 2006 1:06 PM
graphicsxp
Hi,
I have written a windows service in .net. I install it on my server and
now I can start it and stop it remotely from any machine on my network
using a .net application that i wrote too.

However I would like to know how I can receive messages from the
windows service. For example I would like to access member
variales/functions of the service from my .net application

Can you help ?

Thanks

Author
3 Nov 2006 2:28 PM
Spam Catcher
"graphicsxp" <samuelberthe***@googlemail.com> wrote in
news:1162559183.367708.82100@f16g2000cwb.googlegroups.com:

> However I would like to know how I can receive messages from the
> windows service. For example I would like to access member
> variales/functions of the service from my .net application

Take a look at .NET remoting. In particular the RemotingServices.Marshal
function.