Skip to content

HandlerSequencer(Handler) constructor

Defined in

Type: HandlerSequencer Namespace: ReactiveUI.Primitives.Reactive.Concurrency Assembly: ReactiveUI.Primitives.Reactive.dll

Applies to

net10.0-android36.0

public HandlerSequencer(Handler handler)

View source

Summary: Initializes a new instance of the HandlerSequencer class.

Parameters

NameTypeDescription
handlerHandlerThe handler used to marshal work onto its looper thread.

Exceptions

TypeCondition
System.ArgumentNullExceptionhandler is null.