AutoResetEvent.Set Method
.NET Framework 3.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Set() | Sets the state of the event to signaled, allowing one or more waiting threads to proceed. (Inherited from EventWaitHandle.) |
|
Set() | Sets the state of the event to signaled, which allows at most one waiting thread to proceed. |