What is the simplest method of inter-process communication between 2 C# processes? - Stack Overflow

What is the simplest method of inter-process communication between 2 C# processes? - Stack Overflow

瀏覽:984
日期:2024-08-23
I want communicate between a parent and child process both written in C#. It should be asynchronous, event driven. I does not want run a thread in every process that handle the very rare communicat... ... I would suggest using the Windows Communication .....看更多