次の方法で共有


DataflowBlockOptions.BoundedCapacity プロパティ

定義

ブロックによってバッファリングできるメッセージ数の最大値を取得または設定します。

public:
 property int BoundedCapacity { int get(); void set(int value); };
public int BoundedCapacity { get; set; }
member this.BoundedCapacity : int with get, set
Public Property BoundedCapacity As Integer

プロパティ値

最大メッセージ数。 既定値は -1 で、メッセージの数が無制限であることを示します。

適用対象