DispatcherQueueSequencer class¶
Attributes: [DebuggerDisplay("{DebuggerDisplay,nq}")]
Defined in
Namespace: ReactiveUI.Primitives.Concurrency
Assembly: ReactiveUI.Primitives.WinUI.dll
Full name: ReactiveUI.Primitives.Concurrency.DispatcherQueueSequencer
Modifiers: public sealed
Summary¶
WinUI dispatcher queue sequencer that coalesces scheduled work through a DispatcherQueue.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041
Class hierarchy
classDiagram
class DispatcherQueueSequencer
class ISequencer {
<>
}
ISequencer <|.. DispatcherQueueSequencer
Implements: ISequencer
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [DispatcherQueueSequencer](# class. |
Properties¶
| Name | Summary |
|---|---|
| DispatcherQueue | Gets the dispatcher queue used to marshal work to the UI thread. |
| Priority | Gets the dispatcher queue 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. |