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,表示无限数量的消息。

适用于