Named events?

  • Thread starter Thread starter Trevor
  • Start date Start date
T

Trevor

Does .NET Compact Framework 3.5 support named events (created via the
CreateEvent API function) in managed code?
 
It appears to me that the EventWaitHandle constructor that takes an event
name is not in the .NET CF. Of course, you could create your own subclass
(or even your own base class to encapsulate the event handle), and make sure
that the event handle is created with a name.

Paul T.
 
Back
Top