SemaphoreSlim Properties
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AvailableWaitHandle | Returns a WaitHandle that can be used to wait on the semaphore. |
![]() | CurrentCount | Gets the number of remaining threads that can enter the SemaphoreSlim object. |
Show:
