KestrelServerOptions.ThreadCount Property

Definition

The number of libuv I/O threads used to process requests.

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

Property Value

Remarks

Defaults to half of ProcessorCount rounded down and clamped between 1 and 16.

Applies to