Share via


PipeScheduler.ThreadPool 屬性

定義

PipeScheduler 實作,可將回呼排入執行緒集區佇列。

public:
 static property System::IO::Pipelines::PipeScheduler ^ ThreadPool { System::IO::Pipelines::PipeScheduler ^ get(); };
public static System.IO.Pipelines.PipeScheduler ThreadPool { get; }
static member ThreadPool : System.IO.Pipelines.PipeScheduler
Public Shared ReadOnly Property ThreadPool As PipeScheduler

屬性值

PipeScheduler將回呼排入線程集區的實例。

適用於