MtomMessageEncodingElement.MaxReadPoolSize 属性

定义

获取或设置一个值,该值指定无需分配新读取器便可同时读取的最大消息数。

public:
 property int MaxReadPoolSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxReadPoolSize", DefaultValue=64)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxReadPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxReadPoolSize", DefaultValue=64)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxReadPoolSize : int with get, set
Public Property MaxReadPoolSize As Integer

属性值

无需分配新的读取器便可同时读取的最大消息数。 默认值为 64。

属性

注解

池越大,系统允许的活动峰值就越大,但工作集也会随之增大。

适用于