System.Reactive.PlatformServices.HostLifecycleService
(Infrastructure) Provides access to the host's lifecycle management services.
namespace System.Reactive.PlatformServices
{
public static class HostLifecycleService
{
public static event EventHandler<HostSuspendingEventArgs> Suspending;
public static event EventHandler<HostResumingEventArgs> Resuming;
public static void AddRef();
public static void Release();
}
}