次の方法で共有


SocketTransportOptions.IOQueueCount プロパティ

定義

要求の処理に使用される I/O キューの数。 ThreadPool に I/O を直接スケジュールするには、0 に設定します。

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 の間でクランプされます。

適用対象