System.Threading.SemaphoreSlim: Property Members

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

Public Properties

[read-only]
AvailableWaitHandleWaitHandle.

Returns a System.Threading.WaitHandle that can be used to wait on the semaphore.

[read-only]
CurrentCountint.

Gets the number of threads that will be allowed to enter the System.Threading.SemaphoreSlim.