Partager via


ControlScheduler, constructeur

Construit un ControlScheduler qui planifie des unités de travail sur la boucle de message associée au contrôle Windows Forms spécifié.

Espace de noms :System.Reactive.Concurrency
Assemblée: System.Reactive.Windows.Forms (en System.Reactive.Windows.Forms.dll)

Syntaxe

'Declaration
Public Sub New ( _
    control As Control _
)
'Usage
Dim control As Control

Dim instance As New ControlScheduler(control)
public ControlScheduler(
    Control control
)
public:
ControlScheduler(
    Control^ control
)
new : 
        control:Control -> ControlScheduler
public function ControlScheduler(
    control : Control
)

Paramètres

Voir aussi

Référence

ControlScheduler, classe

Espace de noms System.Reactive.Concurrency