ControlScheduler コンストラクター

指定したWindows フォーム コントロールに関連付けられたメッセージ ループの作業単位をスケジュールする ControlScheduler を構築します。

Namespace: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 名前空間