Share via


Reset Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Function Reset As Boolean
public bool Reset()
public:
bool Reset()
member Reset : unit -> bool 
public function Reset() : boolean

Return Value

Type: System. . :: . .Boolean
true if the operation succeeds; otherwise, false.

.NET Framework Security

See Also

Reference

ManualResetEvent Class

System.Threading Namespace