다음을 통해 공유


LibuvTransport.Threads 속성

정의

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)

속성 값

List<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvThread>

적용 대상