G
Guest
I have written an application that runs as a Windows Service. I have also written a small windows forms application to send the service some custom startup parameters. The application is also able to connect to instances of the service on the local machine, as well as remote servers.
I am having trouble deciding the best way to give the client app the ability to retrieve what the current parameters are for a running instance of the service. Actually I am having trouble even deciding where to start as there seem to be a number of possible ways.
Any thoughts? Thanks for any help!
I am having trouble deciding the best way to give the client app the ability to retrieve what the current parameters are for a running instance of the service. Actually I am having trouble even deciding where to start as there seem to be a number of possible ways.
Any thoughts? Thanks for any help!