T
trant
I have a Windows Service and I have a GUI Application to manage the Service.
Right now all I can do is start/stop the service or using the custom command
feature I can send an integer to the service.
But I'd like to have more robust communications... I not only want to send
commands to the service but I want to be able to receive updates (like events
when the service experiences a problem which my manager app can then convey
on it's UI). So basiclaly I want 2-way communication and I want to be able to
transmit data instead of just integers between 128 and 255...
What's the best approach to accomplish this?
Right now all I can do is start/stop the service or using the custom command
feature I can send an integer to the service.
But I'd like to have more robust communications... I not only want to send
commands to the service but I want to be able to receive updates (like events
when the service experiences a problem which my manager app can then convey
on it's UI). So basiclaly I want 2-way communication and I want to be able to
transmit data instead of just integers between 128 and 255...
What's the best approach to accomplish this?