BinaryMessageEncodingElement.MaxReadPoolSize Propriedade

Definição

Recebe ou define um valor que especifica o número máximo de mensagens que podem ser lidas simultaneamente sem alocar novos leitores.

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 Propriedade

O número máximo de mensagens que podem ser lidas simultaneamente sem alocar novos leitores. O padrão é 64.

Atributos

Observações

Grupos maiores tornam o sistema mais tolerante a picos de atividade, à custa de um conjunto de trabalho maior.

Aplica-se a