Barrier Methods

Task Parallel System.Threading

The Barrier type exposes the following members.

Methods

  NameDescription
AddParticipant
Notifies the Barrier that there will be an additional participant.
AddParticipants
Notifies the Barrier that there will be additional participants.
DisposeOverloaded.
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.
SignalAndWaitOverloaded.
ToString (Inherited from Object.)

See Also