Barrier.RemoveParticipant 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 one less participant.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current instance has already been disposed. |
| InvalidOperationException | The barrier already has 0 participants. -or- The method was invoked from within a post-phase action. |
Show: