Barrier.ParticipantsRemaining プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のフェーズでまだ通知していないバリア内の参加要素の数を取得します。
public:
property int ParticipantsRemaining { int get(); };
public int ParticipantsRemaining { get; }
member this.ParticipantsRemaining : int
Public ReadOnly Property ParticipantsRemaining As Integer
プロパティ値
現在のフェーズでまだ通知されていないバリア内の参加者の数を返します。
注釈
これは、フェーズ後のアクション デリゲートの実行中、または ParticipantCount が 0 の場合は 0 である可能性があります。