interact with a windows service remotely

G

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top