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