10 references to SystemdLifetime
Microsoft.Extensions.Hosting.Systemd (10)
SystemdHelpers.cs (1)
102/// Checks if <see cref="SystemdLifetime"/> and <see cref="SystemdNotifier"/> should be registered.
SystemdHostBuilderExtensions.cs (6)
12/// Extension methods for setting up <see cref="SystemdLifetime" />. 17/// Configures the <see cref="IHost"/> lifetime to <see cref="SystemdLifetime"/>, 28/// The <see cref="SystemdLifetime"/> and <see cref="SystemdNotifier"/> are registered when 62/// <see cref="SystemdLifetime"/>, provides notification messages for application started 72/// The <see cref="SystemdLifetime"/> and <see cref="SystemdNotifier"/> are registered when 129services.AddSingleton<IHostLifetime, SystemdLifetime>();
SystemdLifetime.cs (3)
26/// Initializes a new <see cref="SystemdLifetime"/> instance. 77((SystemdLifetime)state!).OnApplicationStarted(); 82((SystemdLifetime)state!).OnApplicationStopping();