Partager via


PipeOptions.WriterScheduler Propriété

Définition

Obtient l’élément PipeScheduler utilisé pour exécuter les continuations asynchrones et les rappels PipeWriter.

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

Valeur de propriété

Objet PipeScheduler utilisé pour exécuter PipeWriter des rappels et des continuations asynchrones.

S’applique à