There is a service, and there is an application, upon completion of a certain operation in the service, the service must send a signal to the application. Also, when changing settings in the application, these settings should immediately be transferred to the service. How to implement this? What to use for interaction? I tried to use Pipes, but got stuck on the fact that you need to constantly listen to the "channel". Thanks for the help.

  • And the signals do not fit? (although I do not know if they are in .net) - alexlz
  • Similar implemented using sockets. - wind
  • And what exactly was the difficulty of constantly listening to the "channel" - Murad

0