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¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [DispatcherSequencer](# class. |
Properties¶
| Name | Summary |
|---|---|
| Dispatcher | Gets the dispatcher. |
| Priority | Gets the dispatcher priority used for posted drains. |
| 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. |