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