共用方式為


SocketTransportOptions.IOQueueCount 屬性

定義

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

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 之間。

適用於