PipeScheduler.Inline 属性
定义
运行内联回调的 PipeScheduler 实现。The PipeScheduler implementation that runs callbacks inline.
public:
static property System::IO::Pipelines::PipeScheduler ^ Inline { System::IO::Pipelines::PipeScheduler ^ get(); };
public static System.IO.Pipelines.PipeScheduler Inline { get; }
member this.Inline : System.IO.Pipelines.PipeScheduler
Public Shared ReadOnly Property Inline As PipeScheduler
属性值
PipeScheduler运行内联回调的实例。A PipeScheduler instance that runs callbacks inline.