AddParticipant Method
Collapse the table of content
Expand the table of content

Barrier.AddParticipant Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Notifies the Barrier that there will be an additional participant.

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

public long AddParticipant()

Return Value

Type: System.Int64
The phase number of the barrier in which the new participants will first participate.

ExceptionCondition
ObjectDisposedException

The current instance has already been disposed.

InvalidOperationException

Adding a participant would cause the barrier's participant count to exceed 32,767.

-or-

The method was invoked from within a post-phase action.

If the barrier is currently executing a post phase action, this call is blocked until the post phase action completes and the barrier has moved on to the next phase.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft