Skip to content

IHostLifecycleNotifications interface

Attributes: [EditorBrowsable(EditorBrowsableState.1)]

Defined in

Namespace: System.Reactive.PlatformServices Assembly: System.Reactive.dll Full name: System.Reactive.PlatformServices.IHostLifecycleNotifications Modifiers: public abstract

Summary

        (Infrastructure) Provides notifications about the host's lifecycle events.
        

Applies to

netstandard2.0

Events

NameSummary
SuspendingEvent that gets raised when the host suspends.
ResumingEvent that gets raised when the host resumes.