Barrier Properties

Task Parallel System.Threading

The Barrier type exposes the following members.

Properties

  NameDescription
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.

See Also