共用方式為


SocketConnectionFactoryOptions.IOQueueCount 屬性

定義

用來處理要求的 I/O 佇列數目。 將 設定為 0,以直接將 I/O 排程到 ThreadPool。

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

屬性值

備註

預設為 ProcessorCount 舍入並限制在 1 到 16 之間。

適用於