ControlScheduler Constructor
Constructs a ControlScheduler that schedules units of work on the message loop associated with the specified Windows Forms control.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Windows.Forms (in System.Reactive.Windows.Forms.dll)
Syntax
'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
)
Parameters
- control
Type: System.Windows.Forms.Control
The Windows Forms control to get the message loop from.