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¶
| Name | Summary |
|---|---|
| static AddRef | Adds a reference to the host lifecycle manager, causing it to be sending notifications. |
| static Release | Removes a reference to the host lifecycle manager, causing it to stop sending notifications if the removed reference was the last one. |
Events¶
| Name | Summary |
|---|---|
| static Suspending | Event that gets raised when the host suspends the application. |
| static Resuming | Event that gets raised when the host resumes the application. |