Barrier.AddParticipants(Int32) メソッド

定義

複数の参加要素が追加されることを Barrier に通知します。

public:
 long AddParticipants(int participantCount);
public long AddParticipants (int participantCount);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public long AddParticipants (int participantCount);
member this.AddParticipants : int -> int64
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.AddParticipants : int -> int64
Public Function AddParticipants (participantCount As Integer) As Long

パラメーター

participantCount
Int32

バリアに追加する追加の参加要素の数。

戻り値

Int64

新しい参加要素が最初に参加するバリアのフェーズ番号。

属性

例外

現在のインスタンスは既に破棄されています。

participantCount が 0 未満です。

  • または - participantCount 参加要素を追加すると、バリアの参加要素数が 32,767 を超えます。

メソッドは、フェーズ後アクション内から呼び出されました。

注釈

バリアが現在フェーズ後アクションを実行している場合、この呼び出しは、フェーズ後アクションが完了し、バリアが次のフェーズに移行するまでブロックされます。

適用対象

こちらもご覧ください