Condividi tramite


LibuvTransportOptions.ThreadCount Proprietà

Definizione

Attenzione

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

Numero di thread di I/O libuv usati per elaborare le richieste.

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

Valore della proprietà

Attributi

Commenti

Il valore predefinito è la metà di ProcessorCount arrotondato e bloccato tra 1 e 16.

Si applica a