ManualResetEventSlim.Reset Method

Definition

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

public:
 void Reset();
public void Reset ();
member this.Reset : unit -> unit
Public Sub Reset ()

Exceptions

The object has already been disposed.

Remarks

Reset can be called concurrently with all members except WaitHandle.

Applies to

See also