다음을 통해 공유


EventLoopScheduler 생성자(Func<ThreadStart, Thread>)

지정된 스레드에서 작업 단위를 예약하는 개체를 만듭니다.

네임스페이스: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 네임스페이스