AutoSuspendHelper(T) constructor¶
Defined in
Type: AutoSuspendHelperReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
public AutoSuspendHelper(T appDelegate)
Summary: Initializes a new instance of the AutoSuspendHelper class.
Parameters
| Name | Type | Description |
|---|---|---|
appDelegate | T | The application delegate instance that forwards lifecycle methods. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown when appDelegate is null. |