.NET Framework Class Library |
ManualResetEventSlim..::.Reset Method |
ManualResetEventSlim Class See Also Send Feedback |
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.