Skip to content

MauiWinUIScheduler class

Defined in

Namespace: System.Reactive.Concurrency Assembly: ReactiveMarbles.ViewModel.MAUI.dll Full name: System.Reactive.Concurrency.MauiWinUIScheduler Modifiers: public

Summary

View source

        MauiWinUIScheduler.
        

Applies to

net8.0-windows10.0.19041

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

Inherits from: LocalScheduler

Implements: ISchedulerPeriodic

Constructors

NameSummary
.ctorInitializes a new instance of the [MauiWinUIScheduler](# class. Constructs a [MauiWinUIScheduler](#

Properties

NameSummary
static CurrentGets the scheduler that schedules work on the DispatcherQueue for the current thread.
DispatcherQueueGets the DispatcherQueue />.
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

See also