Skip to content

MauiDispatcherScheduler class

Defined in

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

Summary

View source

        MauiWinUIDispatcherScheduler.
        

Applies to

net8.0-ios17.2, net8.0-windows10.0.19041, net8.0-maccatalyst17.2

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

Implements: IScheduler

Constructors

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

Properties

NameSummary
NowGets the scheduler's notion of current time.

Methods

NameSummary
ScheduleSchedules an action to be executed.
Inherited members