지정된 Windows Forms 컨트롤과 연결된 메시지 루프에서 작업 단위를 예약하는 ControlScheduler를 생성합니다.
네임스페이스:System.Reactive.Concurrency
어셈블리: System.Reactive.Windows.Forms(System.Reactive.Windows.Forms.dll)
구문
'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
)
매개 변수
- 컨트롤
형식: System.Windows.Forms.Control
메시지 루프를 가져올 Windows Forms 컨트롤입니다.