The client part of the example is ready for tests now.
Register the server
part of the example first. Do it with
ComServiceWithEvents.exe /reinstall
command to install it as a service or use
ComServiceWithEvents.exe /reinstall /debug
command to install it to run in debug mode as GUI application.
Launch the client example and press the button. You
should see that COM event handler has received the message from the
server. Launch several more copies of the client. Press the button on
any of them. As you see all client instances receive notification from
the server
Now this example is finished. We've implemented a simple
two-way communication between service and client application. You can
use this schema to implement your own "Service + GUI FrontEnd"
projects.