LibuvTransport.Threads Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Collections::Generic::List<Microsoft::AspNetCore::Server::Kestrel::Transport::Libuv::Internal::LibuvThread ^> ^ Threads { System::Collections::Generic::List<Microsoft::AspNetCore::Server::Kestrel::Transport::Libuv::Internal::LibuvThread ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvThread> Threads { get; }
member this.Threads : System.Collections.Generic.List<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvThread>
Public ReadOnly Property Threads As List(Of LibuvThread)
Valor da propriedade
List<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvThread>