Compartir a través de


ConnectionOrientedTransportElement.MaxPendingConnections Propiedad

Definición

Obtiene o establece el número máximo de conexiones pendientes.

[System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingConnections { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

Valor de propiedad

El número máximo de conexiones pendientes.

Atributos

Se aplica a