The members of System.Threading.Barrier are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Threading.Barrier class. | ||
Initializes a new instance of the System.Threading.Barrier class. |
[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. |
AddParticipant()
| ||
AddParticipants(int)
| ||
Dispose()
| ||
RemoveParticipant()
| ||
RemoveParticipants(int)
| ||
SignalAndWait()
| ||
SignalAndWait(int)
| ||
SignalAndWait(CancellationToken)
| ||
SignalAndWait(TimeSpan)
| ||
SignalAndWait(int, CancellationToken)
| ||
SignalAndWait(TimeSpan, CancellationToken)
|
Dispose(bool)
|