ManualResetEventSlim.Reset Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the state of the event to nonsignaled, which causes threads to block.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object has already been disposed. |
Reset can be called concurrently with all members except WaitHandle.
Show: