Sdílet prostřednictvím


ServiceThrottlingElement.MaxConcurrentCalls Vlastnost

Definice

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

public:
 property int MaxConcurrentCalls { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxConcurrentCalls", DefaultValue=16)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxConcurrentCalls { get; set; }
[<System.Configuration.ConfigurationProperty("maxConcurrentCalls", DefaultValue=16)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxConcurrentCalls : int with get, set
Public Property MaxConcurrentCalls As Integer

Hodnota vlastnosti

Maximální počet souběžných volání jedné instance služby. Výchozí hodnota je Int32.MaxValue.

Atributy

Poznámky

Volání nad limit jsou zařazena do fronty. Nastavení této hodnoty na 0 odpovídá nastavení na MaxValuehodnotu .

Platí pro