IHostLifecycleNotifications public interface IHostLifecycleNotifications (Infrastructure) Provides notifications about the host's lifecycle events. Documentation Code event EventHandler<HostResumingEventArgs> Resuming Event that gets raised when the host resumes. event EventHandler<HostSuspendingEventArgs> Suspending Event that gets raised when the host suspends.