SemaphoreSlim Properties

Task Parallel System.Threading

The SemaphoreSlim type exposes the following members.

Properties

  NameDescription
AvailableWaitHandle
Returns a WaitHandle that can be used to wait on the semaphore.
CurrentCount
Gets the current count of the SemaphoreSlim.

See Also