Compartir a través de


ServiceThrottlingElement.MaxConcurrentInstances Propiedad

Definición

Obtiene o establece un valor que especifica el número máximo de instancias de servicio simultáneas.

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

Valor de propiedad

Int32

El número máximo de instancias de servicio simultáneas. El valor predeterminado es 26.

Atributos

Comentarios

Las solicitudes para crear instancias adicionales se ponen en cola y se completan cuando queda disponible una ranura por debajo del límite.

Se aplica a