Barrier.ParticipantsRemaining Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.