EventLoopScheduler コンストラクター (Func<ThreadStart、Thread>)

指定されたスレッドで作業単位をスケジュールする オブジェクトを作成します。

Namespace:System.Reactive.Concurrency
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'Declaration
Public Sub New ( _
    threadFactory As Func(Of ThreadStart, Thread) _
)
'Usage
Dim threadFactory As Func(Of ThreadStart, Thread)

Dim instance As New EventLoopScheduler(threadFactory)
public EventLoopScheduler(
    Func<ThreadStart, Thread> threadFactory
)
public:
EventLoopScheduler(
    Func<ThreadStart^, Thread^>^ threadFactory
)
new : 
        threadFactory:Func<ThreadStart, Thread> -> EventLoopScheduler
public function EventLoopScheduler(
    threadFactory : Func<ThreadStart, Thread>
)

パラメーター

参照

リファレンス

EventLoopScheduler クラス

EventLoopScheduler オーバーロード

System.Reactive.Concurrency 名前空間