Barrier Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddParticipant() | Notifies the Barrier that there will be an additional participant. |
![]() | AddParticipants(Int32) | Notifies the Barrier that there will be additional participants. |
![]() | Dispose() | Releases all resources used by the current instance of the Barrier class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Barrier, and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RemoveParticipant() | Notifies the Barrier that there will be one less participant. |
![]() | RemoveParticipants(Int32) | Notifies the Barrier that there will be fewer participants. |
![]() | SignalAndWait() | Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well. |
![]() | SignalAndWait(CancellationToken) | Signals that a participant has reached the barrier and waits for all other participants to reach the barrier, while observing a cancellation token. |
![]() | SignalAndWait(Int32) | Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well, using a 32-bit signed integer to measure the timeout. |
![]() | SignalAndWait(Int32, CancellationToken) | Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well, using a 32-bit signed integer to measure the timeout, while observing a cancellation token. |
![]() | SignalAndWait(TimeSpan) | Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well, using a TimeSpan object to measure the time interval. |
![]() | SignalAndWait(TimeSpan, CancellationToken) | Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well, using a TimeSpan object to measure the time interval, while observing a cancellation token. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

