Communication with a single-threaded apartment

Posted by hmm on Stack Overflow See other posts from Stack Overflow or by hmm
Published on 2010-03-30T23:30:35Z Indexed on 2010/03/30 23:33 UTC
Read the original article Hit count: 479

Filed under:
|
|

How do I communicate with a method in a single threaded apartment process in .NET? I have something like a coordinator worker pattern need with the single threaded apartment process acting like the worker. I cannot use named pipes read/writes for my scenario due to certain reasons.

Is there any other way to delegate work to the single threaded apartment process?

© Stack Overflow or respective owner

Related posts about single-threaded

Related posts about c#