Barrier Properties
From Task Parallel System.Threading
The Barrier type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CurrentPhaseNumber |
Gets the number of the barrier's current phase.
| |
| ParticipantCount |
Gets the total number of participants in the barrier.
| |
| ParticipantsRemaining |
Gets the number of participants in the barrier that haven’t yet signaled
in the current phase.
|