LibuvTransportOptions.ThreadCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.
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; }
[System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)]
public int ThreadCount { get; set; }
member this.ThreadCount : int with get, set
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
member this.ThreadCount : int with get, set
Public Property ThreadCount As Integer
Property Value
- Attributes
Remarks
Defaults to half of ProcessorCount rounded down and clamped between 1 and 16.