CurrentCount Property

Task Parallel System.Threading

Gets the current count of the SemaphoreSlim.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CurrentCount As Integer
C#
public int CurrentCount { get; }

Field Value

The current count of the SemaphoreSlim.

See Also