C# (CSharp) System.Threading Barrier.RemoveParticipant - 8 examples found. These are the top rated real world C# (CSharp) examples of System.Threading.Barrier.RemoveParticipant extracted from open source projects. You can rate examples to help us improve the quality of examples.
Notifies the Barrier that there will be one less participant.
The barrier already has 0
/// participants.
/// The method was invoked from within a post-phase action.
/// The current instance has already been
/// disposed.