Compartir a través de


Constructor EventLoopScheduler (Func<ThreadStart, Thread>)

Crea un objeto que programa las unidades de trabajo en un subproceso designado.

Espacio de nombres:System.Reactive.Concurrency
Ensamblaje: System.Reactive (en System.Reactive.dll)

Sintaxis

'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>
)

Parámetros

Consulte también

Referencia

EventLoopScheduler (clase)

Sobrecarga de EventLoopScheduler

Espacio de nombres System.Reactive.Concurrency