SemaphoreSlim Properties
From Task Parallel System.Threading
The SemaphoreSlim type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvailableWaitHandle |
Returns a WaitHandle that can be used to wait on the semaphore.
| |
| CurrentCount |
Gets the current count of the SemaphoreSlim.
|