ParticipantCount Property

Task Parallel System.Threading

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; }

See Also