Does anybody have an example of executing a custom command through a ServiceController? I'm hoping I can manipulate and get info about my service beyond starting, stopping etc.
Thanks,
Mike
Printable View
Does anybody have an example of executing a custom command through a ServiceController? I'm hoping I can manipulate and get info about my service beyond starting, stopping etc.
Thanks,
Mike
Found an example here http://msdn.microsoft.com/library/de...l/vs0201dt.asp
To bad the ExecuteCommand method does not return anything. I'd like to inspect the values of variables etc. I guess this must be done via remoting?