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 で、メッセージの数に制限はありません。

適用対象