RemoveParticipant Method
Collapse the table of content
Expand the table of content

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.

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

public void RemoveParticipant()

ExceptionCondition
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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft