6 references to Lifetime
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
301_app.Lifetime.ApplicationStarted.Register(() =>
Microsoft.AspNetCore (3)
WebApplication.cs (3)
259private bool IsRunning => Lifetime.ApplicationStarted.IsCancellationRequested && !Lifetime.ApplicationStopped.IsCancellationRequested; 268public IHostApplicationLifetime Lifetime => _webApplication.Lifetime;
Stress.ApiService (2)
Program.cs (2)
26app.Lifetime.ApplicationStarted.Register(ConsoleStresser.Stress); 28app.Lifetime.ApplicationStarted.Register(() =>