D
Dev10110110
Guest
I have 2 independent processes: ProcessA and ProcessB. I want ProcessA to go to sleep and then use ProcessB to wake it up. Are there any C# objects or functions that allow me to accomplish this? Remote procedure call is a possibility. Is there any other way? I have looked at WaitHandle, but this only works between threads and not between processes. Thanks.
Continue reading...
Continue reading...