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 (CancellationToken)

.NET Framework (current version)
 

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

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

public:
void SignalAndWait(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

The CancellationToken to observe.

Exception Condition
OperationCanceledException

cancellationToken has been canceled.

ObjectDisposedException

The current instance has already been disposed.

InvalidOperationException

The method was invoked from within a post-phase action, the barrier currently has 0 participants, or the barrier is signaled by more threads than are registered as participants.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft