.NET Framework Class Library |
ManualResetEventSlim Methods |
ManualResetEventSlim Class See Also Send Feedback |
The ManualResetEventSlim type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reset |
Sets the state of the event to nonsignaled, which causes threads to block.
| |
Set |
Sets the state of the event to signaled, which allows one or more threads waiting on the event to
proceed.
| |
ToString | (Inherited from Object.) | |
Wait | Overloaded. |