Hi,
You can use TCP/IP protocol, Remoting, Shared Memory, Named Pipes ...
... then service will have server part (that will listen for data/arguments
you send) ...
Easyest way is to use TCP/IP or remoting..
I'm using my IPC (interprocess communication) library for that things and
send data to service thru Named Pipes ...
You can find library at:
http://www.habjansoftware.com/ipc_library.aspx ...
(it is commercial)
Regards,
Josip Habjan
http://www.habjansoftware.com
"Glenn" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello
>
> Is it possible to pass arguements to a .net service once it is in a
> running state.
>
> If this is not possible , are they alternative ways in which to achive
> the same thing?
>
> Glenn
>