ServiceThrottlingElement.MaxConcurrentCalls Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.