Skip to content

AutoSuspendHelper(T) constructor

Defined in

Type: AutoSuspendHelper Namespace: ReactiveUI.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)

View source

Summary: Initializes a new instance of the AutoSuspendHelper class.

Parameters

NameTypeDescription
appDelegateTThe application delegate instance that forwards lifecycle methods.

Exceptions

TypeCondition
System.ArgumentNullExceptionThrown when appDelegate is null.