7 references to SystemdLifetime
Microsoft.Extensions.Hosting.Systemd (7)
SystemdHostBuilderExtensions.cs (4)
12
/// Extension methods for setting up <see cref="
SystemdLifetime
" />.
17
/// Configures the <see cref="IHost"/> lifetime to <see cref="
SystemdLifetime
"/>,
49
/// <see cref="
SystemdLifetime
"/>, provides notification messages for application started
89
services.AddSingleton<IHostLifetime,
SystemdLifetime
>();
SystemdLifetime.cs (3)
26
/// Initializes a new <see cref="
SystemdLifetime
"/> instance.
77
((
SystemdLifetime
)state!).OnApplicationStarted();
82
((
SystemdLifetime
)state!).OnApplicationStopping();