MauiDispatcherSequencer(IDispatcher) constructor¶
Defined in
Type: MauiDispatcherSequencer
Namespace: ReactiveUI.Primitives.Reactive.Concurrency
Assembly: ReactiveUI.Primitives.Maui.Reactive.dll
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, netstandard2.1
public MauiDispatcherSequencer(IDispatcher dispatcher)
Summary: Initializes a new instance of the MauiDispatcherSequencer class.
Parameters
| Name | Type | Description |
|---|---|---|
dispatcher | IDispatcher | The dispatcher used to marshal work to the UI thread. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | dispatcher is null. |