SocketTransportOptions.IOQueueCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于处理请求的 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 之间。