DispatcherQueueSequencer(DispatcherQueue) constructor¶
Defined in
Type: DispatcherQueueSequencer
Namespace: ReactiveUI.Primitives.Reactive.Concurrency
Assembly: ReactiveUI.Primitives.WinUI.Reactive.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041
Overloads¶
- 1.
public DispatcherQueueSequencer(DispatcherQueue dispatcherQueue) - 2.
public DispatcherQueueSequencer(DispatcherQueue dispatcherQueue, DispatcherQueuePriority priority)
1. Overload¶
public DispatcherQueueSequencer(DispatcherQueue dispatcherQueue)
Summary: Initializes a new instance of the DispatcherQueueSequencer class.
Parameters
| Name | Type | Description |
|---|---|---|
dispatcherQueue | DispatcherQueue | The dispatcher queue used to marshal work to the UI thread. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | dispatcherQueue is null. |
2. Overload¶
public DispatcherQueueSequencer(DispatcherQueue dispatcherQueue, DispatcherQueuePriority priority)
Summary: Initializes a new instance of the DispatcherQueueSequencer class.
Parameters
| Name | Type | Description |
|---|---|---|
dispatcherQueue | DispatcherQueue | The dispatcher queue used to marshal work to the UI thread. |
priority | DispatcherQueuePriority | Dispatcher queue priority used for posted drains. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | dispatcherQueue is null. |