Sdílet prostřednictvím


LibuvTransportOptions.ThreadCount Vlastnost

Definice

Upozornění

The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.

Počet vstupně-výstupních vláken libuv použitých ke zpracování požadavků.

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

Hodnota vlastnosti

Atributy

Poznámky

Výchozí hodnota je polovina ProcessorCount zaokrouhlených dolů a sevřených mezi 1 a 16.

Platí pro