ServiceThrottlingElement.MaxConcurrentInstances Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld waarmee het maximum aantal gelijktijdige service-exemplaren wordt opgegeven.

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

Waarde van eigenschap

Het maximum aantal gelijktijdige service-exemplaren. De standaardwaarde is 26.

Kenmerken

Opmerkingen

Aanvragen voor het maken van extra exemplaren worden in de wachtrij geplaatst en voltooid wanneer een site onder de limiet beschikbaar is.

Van toepassing op