Skip to content

ControlSequencer class

Defined in

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

Summary

View source

Windows Forms scheduler 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 CoalescingDispatchScheduler
CoalescingDispatchScheduler <|-- ControlSequencer

Inherits from: CoalescingDispatchScheduler

Constructors

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

Properties

NameSummary
ControlGets the control used to marshal work to the UI thread.

Methods

NameSummary
PostPosts the cached drain callback to the platform dispatcher.
Inherited members

See also