BinaryMessageEncodingElement.MaxWritePoolSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,其中指定可以同時傳送,而不需配置新寫入器的最大訊息數。
public:
property int MaxWritePoolSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxWritePoolSize", DefaultValue=16)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxWritePoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxWritePoolSize", DefaultValue=16)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxWritePoolSize : int with get, set
Public Property MaxWritePoolSize As Integer
屬性值
可以同時傳送,而不需配置新寫入器的最大訊息數。 預設值是 16。
- 屬性
備註
較大的集區大小可讓系統容許更多活動失效的情況,但是會產生較大的工作集。