Skip to content

DispatcherQueueScheduler class

Attributes: [WinRTRuntimeClassName] [WinRTExposedType]

Defined in

Namespace: System.Reactive.Concurrency Assembly: ReactiveUI.Maui.dll Full name: System.Reactive.Concurrency.DispatcherQueueScheduler Modifiers: public

Summary

View source

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

Applies to

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

Class hierarchy
classDiagram
class DispatcherQueueScheduler
class LocalScheduler
LocalScheduler <|-- DispatcherQueueScheduler
class ISchedulerPeriodic {
    <>
}
ISchedulerPeriodic <|.. DispatcherQueueScheduler

Inherits from: LocalScheduler

Implements: ISchedulerPeriodic

Constructors

NameSummary
.ctorConstructs a [DispatcherQueueScheduler](# 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.

Methods

NameSummary
ScheduleSchedules an action to be executed on the dispatcher.
SchedulePeriodicSchedules a periodic piece of work on the dispatcherQueue, using a DispatcherQueueTimer object.
Inherited members