TextMessageEncodingElement.MaxReadPoolSize Propiedad

Definición

Obtiene o establece un valor que especifica el número máximo de mensajes que se pueden leer simultáneamente sin asignar nuevos lectores.

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

Valor de propiedad

El número máximo de mensajes que se pueden leer simultáneamente sin asignar nuevos lectores. El valor predeterminado es 64.

Atributos

Comentarios

Los tamaños de grupo más grandes hacen que el sistema sea más tolerante a picos de actividad a costa de un espacio de trabajo mayor.

Se aplica a