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)
Summary: Initializes a new instance of the ControlSequencer class.
Parameters
| Name | Type | Description |
|---|---|---|
control | Control | The control used to marshal work to the UI thread. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | control is null. |