KestrelServerOptions.ThreadCount プロパティ

定義

要求の処理に使用される libuv I/O スレッドの数。

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

プロパティ値

注釈

既定値は、1 から 16 の間で ProcessorCount 切り捨ておよびクランプの半分です。

適用対象