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.