ConnectionOrientedTransportBindingElement.MaxPendingConnections 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스에서 디스패치를 기다리는 최대 연결 수를 가져오거나 설정합니다.
public:
property int MaxPendingConnections { int get(); void set(int value); };
public int MaxPendingConnections { get; set; }
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer
속성 값
서비스에서 디스패치를 기다리는 최대 인바운드 연결 수입니다. 기본값은 12 * 프로세서 수입니다.
예외
값이 0보다 작거나 같습니다.
설명
이 속성은 전송에 의해 수락되었으나 ServiceModel Dispatcher에서 아직 처리되지 않은 연결의 수를 제어합니다. 이 값을 설정하려면 바인딩에 MaxConnections를 사용하거나 바인딩 요소에 maxOutboundConnectionsPerEndpoint를 사용하십시오.
스택의 상위 계층이 호출 AcceptDispatch되면 디스패치를 기다리는 연결 큐에서 해당 연결이 제거됩니다.