Sdílet prostřednictvím


ServiceThrottlingElement.MaxConcurrentInstances Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje maximální počet souběžných instancí služby.

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

Hodnota vlastnosti

Int32

Maximální počet souběžných instancí služby. Výchozí hodnota je 26.

Atributy

Poznámky

Požadavky na vytvoření dalších instancí se zařadí do fronty a dokončí, až bude dostupný slot pod limitem.

Platí pro