3 references to StopHost
Microsoft.Extensions.Hosting (3)
HostOptions.cs (2)
51/// Defaults to <see cref="BackgroundServiceExceptionBehavior.StopHost"/>. 54BackgroundServiceExceptionBehavior.StopHost;
Internal\Host.cs (1)
198if (_options.BackgroundServiceExceptionBehavior == BackgroundServiceExceptionBehavior.StopHost)