Skip to content

ControlSequencer(Control) constructor

Defined in

Type: ControlSequencer Namespace: ReactiveUI.Primitives.Reactive.Concurrency Assembly: ReactiveUI.Primitives.WinForms.Reactive.dll

Applies to

net10.0-windows7.0, net9.0-windows7.0, net8.0-windows7.0, net462, net481

public ControlSequencer(Control control)

View source

Summary: Initializes a new instance of the ControlSequencer class.

Parameters

NameTypeDescription
controlControlThe control used to marshal work to the UI thread.

Exceptions

TypeCondition
System.ArgumentNullExceptioncontrol is null.