다음을 통해 공유


ServiceThrottlingElement.MaxConcurrentCalls 속성

정의

단일 서비스 인스턴스에 대한 동시 호출 최대 수를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

단일 서비스 인스턴스에 대한 최대 동시 호출 수입니다. 기본값은 Int32.MaxValue입니다.

특성

설명

한도를 초과하는 호출은 대기됩니다. 이 값을 0으로 설정하면 MaxValue로 설정하는 것과 같습니다.

적용 대상