Implemented interface members:
property
ApplicationStarted
Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted
property
ApplicationStarted
Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted
1 reference to ApplicationStarted
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
445private bool IsRunning => _applicationLifetime.ApplicationStarted.IsCancellationRequested && !_hostStopped;