In The Hand - .NET Components for Mobility
EventResetMode Enumeration
NamespacesInTheHand.ThreadingEventResetMode
Indicates whether an EventWaitHandle is reset automatically or manually.
Declaration Syntax
C#Visual Basic
public enum EventResetMode
Public Enumeration EventResetMode
Members
MemberDescription
AutoReset
When signaled, the EventWaitHandle resets automatically after releasing a single thread. If no threads are waiting, the EventWaitHandle remains signaled until a thread blocks, and resets after releasing the thread.

ManualReset
When signaled, the EventWaitHandle releases all waiting threads, and remains signaled until it is manually reset.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0