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