ServiceThrottlingElement.MaxConcurrentInstances Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der die maximale Anzahl gleichzeitiger Dienstinstanzen angibt.

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

Eigenschaftswert

Die maximale Anzahl gleichzeitiger Dienstinstanzen. Der Standardwert ist 26.

Attribute

Hinweise

Anforderungen zum Erstellen zusätzlicher Instanzen werden in die Warteschlange gestellt und abgeschlossen, wenn ein Steckplatz unter dem Grenzwert verfügbar ist.

Gilt für: