Skip to content

HostLifecycleService class

Attributes: [EditorBrowsable(EditorBrowsableState.1)]

Defined in

Namespace: System.Reactive.PlatformServices Assembly: System.Reactive.dll Full name: System.Reactive.PlatformServices.HostLifecycleService Modifiers: public static

Summary

        (Infrastructure) Provides access to the host's lifecycle management services.
        

Applies to

netstandard2.0

Methods

NameSummary
static AddRefAdds a reference to the host lifecycle manager, causing it to be sending notifications.
static ReleaseRemoves a reference to the host lifecycle manager, causing it to stop sending notifications if the removed reference was the last one.

Events

NameSummary
static SuspendingEvent that gets raised when the host suspends the application.
static ResumingEvent that gets raised when the host resumes the application.
Inherited members