System.Threading.EventWaitHandle.Reset Method

Sets the state of the event to nonsignaled, causing threads to block.

Syntax

public bool Reset ()

Returns

true if the operation succeeds; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0