TextMessageEncodingElement.MaxReadPoolSize 属性       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定无需分配新读取器便可同时读取的最大消息数。
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。
- 属性
 
注解
池越大,系统允许的活动峰值就越大,但工作集也会随之增大。