ServiceThrottlingElement.MaxConcurrentCalls Właściwość

Definicja

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

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

Wartość właściwości

Maksymalna liczba współbieżnych wywołań do pojedynczego wystąpienia usługi. Wartość domyślna to Int32.MaxValue.

Atrybuty

Uwagi

Wywołania przekraczające limit są kolejkowane. Ustawienie tej wartości na wartość 0 jest równoważne ustawieniu jej na MaxValuewartość .

Dotyczy