N
Nikolay.Kachanov
Hi!
I am writing a windows service application. It must be able to return a
string value when asked by external program.
I've found only ServiceController.ExecuteCommand(int), but does not
return any value.
Is it possible to interact with service in that way? Maybe networking?
But it is not a good solution from my point of view. Any variants?
I am writing a windows service application. It must be able to return a
string value when asked by external program.
I've found only ServiceController.ExecuteCommand(int), but does not
return any value.
Is it possible to interact with service in that way? Maybe networking?
But it is not a good solution from my point of view. Any variants?