AutoSuspendHelper.

AutoSuspendHelper(IApplicationLifetime) Constructor

Summary

Initializes a new instance of the AutoSuspendHelper class.
Namespace
Avalonia.ReactiveUI
Containing Type
AutoSuspendHelper

Syntax

public AutoSuspendHelper(IApplicationLifetime lifetime)

Parameters

Name Type Description
lifetime IApplicationLifetime Pass in the Application.ApplicationLifetime property.

Return Value

Type Description
void