Barrier.ParticipantsRemaining Propriété

Définition

Obtient le nombre de participants au cloisonnement qui n’ont pas encore été signalés dans la phase actuelle.

public:
 property int ParticipantsRemaining { int get(); };
public int ParticipantsRemaining { get; }
member this.ParticipantsRemaining : int
Public ReadOnly Property ParticipantsRemaining As Integer

Valeur de propriété

Int32

Retourne le nombre de participants dans la barrière qui n’ont pas encore signalé dans la phase actuelle.

Remarques

Cela peut être 0 pendant une exécution de délégué d’action post-phase ou si le ParticipantCount est 0.

S’applique à

Voir aussi