mscorlib(4.0.0.0) API with additions
EventResetMode.cs
2 
3 namespace System.Threading
4 {
6  [ComVisible(false)]
7  [__DynamicallyInvokable]
8  public enum EventResetMode
9  {
11  [__DynamicallyInvokable]
12  AutoReset,
14  [__DynamicallyInvokable]
16  }
17 }
When signaled, the T:System.Threading.EventWaitHandle resets automatically after releasing a single t...
Definition: __Canon.cs:3
EventResetMode
Indicates whether an T:System.Threading.EventWaitHandle is reset automatically or manually after rece...
When signaled, the T:System.Threading.EventWaitHandle releases all waiting threads and remains signal...