Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

named events in C# - do they exist?

5 views
Skip to first unread message

Brian Muth

unread,
Jul 6, 2009, 3:42:50 PM7/6/09
to
I need to do some simple IPC between C# applications, and a named event
object (e.g. CreateEventEx) would fit the bill. I see that System.Threading
has Mutex and Semphore classes, but the ManualResetEvent class appears local
to the process only.

Is there a C# class that supports named event objects?

Brian Muth

unread,
Jul 6, 2009, 3:48:38 PM7/6/09
to

My goof. Wrong forum. Sorry for the wasted bandwidth.

Reposted in .csharp

0 new messages