Named events?

T

Trevor

Does .NET Compact Framework 3.5 support named events (created via the
CreateEvent API function) in managed code?
 
P

Paul G. Tobey [eMVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top