Barrier.AddParticipant Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the Barrier that there will be an additional participant.
public:
long AddParticipant();
public long AddParticipant ();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public long AddParticipant ();
member this.AddParticipant : unit -> int64
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.AddParticipant : unit -> int64
Public Function AddParticipant () As Long
Returns
The phase number of the barrier in which the new participants will first participate.
- Attributes
Exceptions
The current instance has already been disposed.
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.
Remarks
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.