共用方式為


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 舍去和固定。

適用於