TextMessageEncodingElement.MaxReadPoolSize Property

Definition

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

[System.Configuration.ConfigurationProperty("maxReadPoolSize", DefaultValue=64)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxReadPoolSize { get; set; }

Property Value

The maximum number of messages that can be read simultaneously without allocating new readers. The default is 64.

Attributes

Remarks

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

Applies to

Produit Versions
.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