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¶
| Name | Summary |
|---|---|
| Suspending | Event that gets raised when the host suspends. |
| Resuming | Event that gets raised when the host resumes. |