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 インスタンス。

適用対象