Reset Method

Task Parallel System.Threading

Sets the state of the event to nonsignaled, which causes threads to block.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Sub Reset
C#
public void Reset()

Remarks

Unlike most of the members of ManualResetEventSlim, Reset()()() is not thread-safe and may not be used concurrently with other members of this instance.

See Also