The properties of System.Threading.Barrier are listed below. For a list of all members, see the Barrier Members list.
See Also: Inherited members from System.Object
[read-only] | CurrentPhaseNumber | long.
Gets the number of the barrier's current phase. |
[read-only] | ParticipantCount | int.
Gets the total number of participants in the barrier. |
[read-only] | ParticipantsRemaining | int.
Gets the number of participants in the barrier that haven’t yet signaled in the current phase. |