SocketConnectionFactoryOptions.IOQueueCount 속성

정의

요청을 처리하는 데 사용되는 I/O 큐 수입니다. ThreadPool에 대한 I/O를 직접 예약하려면 0으로 설정합니다.

public int IOQueueCount { get; set; }
member this.IOQueueCount : int with get, set
Public Property IOQueueCount As Integer

속성 값

설명

기본값은 ProcessorCount 반올림되고 1에서 16 사이로 고정됩니다.

적용 대상