Skip to content

UnoWinUIDispatcherScheduler class

Defined in

Namespace: ReactiveUI.Uno.Reactive Assembly: ReactiveUI.Uno.Reactive.dll Full name: ReactiveUI.Uno.Reactive.UnoWinUIDispatcherScheduler Modifiers: public

Summary

View source

Represents an object that schedules units of work on a DispatcherQueue.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041

Class hierarchy
classDiagram
class UnoWinUIDispatcherScheduler
class IScheduler {
    <>
}
IScheduler <|.. UnoWinUIDispatcherScheduler

Implements: IScheduler

Constructors

NameSummary
.ctorConstructs a [UnoWinUIDispatcherScheduler](# that schedules units of work on the given...

Properties

NameSummary
static CurrentGets the scheduler that schedules work on the DispatcherQueue for the current thread.
DispatcherQueueGets the DispatcherQueue associated with the...
PriorityGets the priority at which work items will be dispatched.
Now

Methods

NameSummary
Schedule
SchedulePeriodicSchedules a periodic piece of work on the dispatcherQueue, using a DispatcherQueueTimer object.
Inherited members