ManualResetEventSlim Methods

Task Parallel System.Threading

The ManualResetEventSlim type exposes the following members.

Methods

  NameDescription
DisposeOverloaded.
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.)
WaitOverloaded.

See Also