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)
Summary: Initializes a new instance of the HandlerSequencer class.
Parameters
| Name | Type | Description |
|---|---|---|
handler | Handler | The handler used to marshal work onto its looper thread. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | handler is null. |