Поделиться через


LibuvTransportOptions.ThreadCount Свойство

Определение

Внимание!

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

Количество потоков ввода-вывода libuv, используемых для обработки запросов.

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

Значение свойства

Атрибуты

Комментарии

По умолчанию используется половина округления ProcessorCount вниз и закрепления в диапазоне от 1 до 16.

Применяется к