Udostępnij za pośrednictwem


ServiceThrottlingElement.MaxConcurrentInstances Właściwość

Definicja

Pobiera lub ustawia wartość określającą maksymalną liczbę współbieżnych wystąpień usługi.

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

Wartość właściwości

Maksymalna liczba współbieżnych wystąpień usługi. Wartość domyślna to 26.

Atrybuty

Uwagi

Żądania tworzenia dodatkowych wystąpień są kolejkowane i wypełniane, gdy miejsce poniżej limitu stanie się dostępne.

Dotyczy