PipeScheduler.Inline プロパティ

定義

インラインでコールバックを実行する PipeScheduler の実装。

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

プロパティ値

PipeSchedulerコールバックをインラインで実行するインスタンス。

適用対象