|
| .NET Framework Class Library |
| SemaphoreSlim..::.CurrentCount Property |
| SemaphoreSlim Class See Also Send Feedback |
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; } |