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¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ControlSequencer](# class. |
Properties¶
| Name | Summary |
|---|---|
| Control | Gets the control used to marshal work to the UI thread. |
| Now | Gets the scheduler's notion of current time. |
| Timestamp | Gets the sequencer's monotonic timestamp. |
Methods¶
| Name | Summary |
|---|---|
| Schedule | Schedules a work item for execution as soon as possible. |