Skip to content

DispatcherSequencer class

Defined in

Namespace: ReactiveUI.Primitives.Reactive.Concurrency Assembly: ReactiveUI.Primitives.Wpf.Reactive.dll Full name: ReactiveUI.Primitives.Reactive.Concurrency.DispatcherSequencer Modifiers: public sealed

Summary

View source

WPF dispatcher scheduler that coalesces scheduled work onto a dispatcher drain.

Applies to

net10.0-windows7.0, net9.0-windows7.0, net8.0-windows7.0, net462, net481

Class hierarchy
classDiagram
class DispatcherSequencer
class CoalescingDispatchScheduler
CoalescingDispatchScheduler <|-- DispatcherSequencer

Inherits from: CoalescingDispatchScheduler

Constructors

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

Properties

NameSummary
DispatcherGets the dispatcher.
PriorityGets the dispatcher priority used for posted drains.

Methods

NameSummary
PostPosts the cached drain callback to the platform dispatcher.
ScheduleOnDispatcherRuns work on the dispatcher after dueTime. The default marshals the wait onto the shared timer, then re-queues the work onto the dispatcher when it is due. Platforms with a native UI-thread...
Inherited members

See also