SemaphoreSlim Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The SemaphoreSlim type exposes the following members.
| Name | Description | |
|---|---|---|
|
AvailableWaitHandle | Returns a WaitHandle that can be used to wait on the semaphore. |
|
CurrentCount | Gets the number of threads that will be allowed to enter the SemaphoreSlim. |
Show: