SemaphoreSlim.Release Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Exits the SemaphoreSlim once.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current instance has already been disposed. |
| SemaphoreFullException | The SemaphoreSlim has already reached its maximum size. |
Show: