In The Hand LtdIn The Hand
EventResetMode Enumeration
NamespacesInTheHand.ThreadingEventResetMode
.NET Components for Mobility
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.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0