Partager via


ServiceThrottlingElement.MaxConcurrentSessions Propriété

Définition

Obtient ou définit une valeur qui spécifie le nombre maximal de connexions simultanées à un service unique.

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

Valeur de propriété

Le nombre maximal de connexions simultanées à un service unique. La valeur par défaut est Int32.MaxValue.

Attributs

Remarques

Le service accepte des connexions au-delà de la limite. Toutefois, seuls les canaux au-dessous de la limite sont actifs et les messages ne sont lus qu'à partir de canaux actifs. La valeur 0 correspond à MaxValue.

S’applique à