EventLoopScheduler Constructor

Creates an object that schedules units of work on a designated thread.

Namespace:  System.Reactive.Concurrency
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New EventLoopScheduler()
public EventLoopScheduler()
public:
EventLoopScheduler()
new : unit -> EventLoopScheduler
public function EventLoopScheduler()

See Also

Reference

EventLoopScheduler Class

EventLoopScheduler Overload

System.Reactive.Concurrency Namespace