ManualResetEventSlim.Wait Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Blocks the current thread until the current ManualResetEventSlim is set.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The maximum number of waiters has been exceeded. |
| ObjectDisposedException | The object has already been disposed. |
Show: