다음을 통해 공유


ControlScheduler 생성자

지정된 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
)

매개 변수

참고 항목

참조

ControlScheduler 클래스

System.Reactive.Concurrency 네임스페이스