Skip to content

ControlSequencer class

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

Defined in

Namespace: ReactiveUI.Primitives.Concurrency Assembly: ReactiveUI.Primitives.WinForms.dll Full name: ReactiveUI.Primitives.Concurrency.ControlSequencer Modifiers: public sealed

Summary

View source

Windows Forms sequencer that coalesces scheduled work through a UI control.

Applies to

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

Class hierarchy
classDiagram
class ControlSequencer
class ISequencer {
    <>
}
ISequencer <|.. ControlSequencer

Implements: ISequencer

Constructors

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

Properties

NameSummary
ControlGets the control used to marshal work to the UI thread.
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