Skip to content

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)

View source

Summary: Initializes a new instance of the MauiDispatcherSequencer class.

Parameters

NameTypeDescription
dispatcherIDispatcherThe dispatcher used to marshal work to the UI thread.

Exceptions

TypeCondition
System.ArgumentNullExceptiondispatcher is null.