Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Barrier::SignalAndWait Method

.NET Framework (current version)
 

Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well.

Namespace:   System.Threading
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSignalAndWait()

Signals that a participant has reached the barrier and waits for all other participants to reach the barrier as well.

System_CAPS_pubmethodSignalAndWait(CancellationToken)

Signals that a participant has reached the barrier and waits for all other participants to reach the barrier, while observing a cancellation token.

System_CAPS_pubmethodSignalAndWait(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.

System_CAPS_pubmethodSignalAndWait(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.

System_CAPS_pubmethodSignalAndWait(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.

System_CAPS_pubmethodSignalAndWait(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.

Return to top
Show:
© 2017 Microsoft