MtomMessageEncodingElement.MaxWritePoolSize Property

Definition

Gets or sets a value that specifies the maximum number of messages that can be sent simultaneously without allocating new writers.

C#
[System.Configuration.ConfigurationProperty("maxWritePoolSize", DefaultValue=16)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxWritePoolSize { get; set; }

Property Value

The maximum number of messages that can be sent simultaneously without allocating new writers. The default is 16.

Attributes

Remarks

Larger pool sizes make the system more tolerant to activity spikes at the cost of a larger working set.

Applies to

Prodotto Versioni
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1