The properties of System.Threading.SemaphoreSlim are listed below. For a list of all members, see the SemaphoreSlim Members list.
See Also: Inherited members from System.Object
[read-only] | AvailableWaitHandle | WaitHandle.
Returns a System.Threading.WaitHandle that can be used to wait on the semaphore. |
[read-only] | CurrentCount | int.
Gets the number of threads that will be allowed to enter the System.Threading.SemaphoreSlim. |