|
| .NET Framework Class Library |
| Barrier..::.ParticipantCount Property |
| Barrier Class See Also Send Feedback |
Gets the total number of participants in the barrier.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ParticipantCount As Integer |
| C# |
|---|
public int ParticipantCount { get; } |