Share via


ServiceThrottlingElement.MaxConcurrentCalls プロパティ

定義

1 つのサービス インスタンスに対する同時呼び出しの最大数を指定する値を取得または設定します。

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

プロパティ値

1 つのサービス インスタンスに対する同時呼び出しの最大数。 既定値は Int32.MaxValue です

属性

注釈

制限を超える呼び出しはキューに格納されます。 この値を 0 に設定することは、MaxValue に設定することと同じです。

適用対象