SignalAndWait Method
From Task Parallel System.Threading
Overload List
| Name | Description | |
|---|---|---|
| SignalAndWait()()() |
Signals that a participant has reached the Barrier and waits for all other
participants to reach the barrier as well.
| |
| 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 time interval.
| |
| SignalAndWait(CancellationToken) |
Signals that a participant has reached the Barrier and waits for all other
participants to reach the barrier, while observing a CancellationToken.
| |
| 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 to measure the time interval.
| |
| 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 time interval, while observing a CancellationToken.
| |
| 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 to measure the time interval, while observing a CancellationToken.
|