Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs an DispatcherScheduler that schedules units of work on dispatcher.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Windows.Threading (in System.Reactive.Windows.Threading.dll)
Syntax
'Declaration
Public Sub New ( _
dispatcher As Dispatcher _
)
'Usage
Dim dispatcher As Dispatcher
Dim instance As New DispatcherScheduler(dispatcher)
public DispatcherScheduler(
Dispatcher dispatcher
)
public:
DispatcherScheduler(
Dispatcher^ dispatcher
)
new :
dispatcher:Dispatcher -> DispatcherScheduler
public function DispatcherScheduler(
dispatcher : Dispatcher
)
Parameters
- dispatcher
Type: System.Windows.Threading.Dispatcher
The dispatcher to schedule work on.