Sdílet prostřednictvím


ServiceThrottlingElement.MaxConcurrentSessions Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje maximální počet souběžných připojení k jedné službě.

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

Hodnota vlastnosti

Maximální počet souběžných připojení k jedné službě. Výchozí hodnota je Int32.MaxValue.

Atributy

Poznámky

Služba přijímá připojení nad rámec limitu. Aktivní jsou ale jenom kanály pod limitem a zprávy se čtou jenom z aktivních kanálů. Nastavení této vlastnosti na hodnotu 0 odpovídá jejímu nastavení na MaxValuehodnotu .

Platí pro