Barrier Methods
From Task Parallel System.Threading
The Barrier type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddParticipant |
Notifies the Barrier that there will be an additional participant.
| |
| AddParticipants |
Notifies the Barrier that there will be additional participants.
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RemoveParticipant |
Notifies the Barrier that there will be one less participant.
| |
| RemoveParticipants |
Notifies the Barrier that there will be fewer participants.
| |
| SignalAndWait | Overloaded. | |
| ToString | (Inherited from Object.) |