Skip to content

DispatcherSequencer class

Attributes: [DebuggerDisplay("{DebuggerDisplay,nq}")]

Defined in

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

Summary

View source

WPF dispatcher sequencer 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 ISequencer {
    <>
}
ISequencer <|.. DispatcherSequencer

Implements: ISequencer

Constructors

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

Properties

NameSummary
DispatcherGets the dispatcher.
PriorityGets the dispatcher priority used for posted drains.
NowGets the scheduler's notion of current time.
TimestampGets the sequencer's monotonic timestamp.

Methods

NameSummary
ScheduleSchedules a work item for execution as soon as possible.
Inherited members

See also