Partager via


ServiceThrottlingElement.MaxConcurrentCalls Propriété

Définition

Obtient ou définit une valeur qui spécifie le nombre maximal d'appels simultanés à une même instance de service.

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

Valeur de propriété

Nombre maximum d'appels simultanés à une instance de service unique. La valeur par défaut est Int32.MaxValue.

Attributs

Remarques

Les appels excédentaires sont mis en file d'attente. La valeur 0 correspond à MaxValue.

S’applique à