4 references to BackgroundServiceExceptionBehavior
Microsoft.Extensions.Hosting (4)
HostOptions.cs (3)
57/// Defaults to <see cref="BackgroundServiceExceptionBehavior.StopHost"/>. 59public BackgroundServiceExceptionBehavior BackgroundServiceExceptionBehavior { get; set; } = 60BackgroundServiceExceptionBehavior.StopHost;
Internal\Host.cs (1)
198if (_options.BackgroundServiceExceptionBehavior == BackgroundServiceExceptionBehavior.StopHost)