SocketTransportOptions.IOQueueCount 属性

定义

用于处理请求的 I/O 队列数。 设置为 0 可直接计划到 ThreadPool 的 I/O。

public:
 property int IOQueueCount { int get(); void set(int value); };
public int IOQueueCount { get; set; }
member this.IOQueueCount : int with get, set
Public Property IOQueueCount As Integer

属性值

注解

默认为 ProcessorCount 向下舍入,固定在 1 到 16 之间。

适用于