Compartilhar via


ConnectionOrientedTransportElement.MaxPendingAccepts Propriedade

Definição

Obtém ou define o número máximo de threads de aceitação assíncrona pendentes que estão disponíveis para processar conexões de entrada no serviço.

public:
 property int MaxPendingAccepts { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=1)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingAccepts { get; set; }
[System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxPendingAccepts { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=1)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingAccepts : int with get, set
[<System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxPendingAccepts : int with get, set
Public Property MaxPendingAccepts As Integer

Valor da propriedade

Int32

O número máximo de mensagens pendentes que o serviço pode aceitar. O valor padrão é 1.

Atributos

Comentários

Se você prever altos níveis de conexões simultâneas, deverá ajustar essa propriedade para lidar com níveis mais altos de conexões de cliente simultâneas.

Aplica-se a