System.Threading.Barrier: Property Members

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

Public Properties

[read-only]
CurrentPhaseNumberlong.

Gets the number of the barrier's current phase.

[read-only]
ParticipantCountint.

Gets the total number of participants in the barrier.

[read-only]
ParticipantsRemainingint.

Gets the number of participants in the barrier that haven’t yet signaled in the current phase.