Barrier.ParticipantsRemaining 속성

정의

현재 단계에서 아직 신호를 받지 않은 장벽의 참가자 수를 가져옵니다.

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

속성 값

현재 단계에서 아직 신호를 받지 못한 장벽의 참가자 수를 반환합니다.

설명

단계 후 작업 대리자를 실행하는 동안 또는 ParticipantCount가 0인 경우 0일 수 있습니다.

적용 대상

추가 정보