BackgroundServiceExceptionBehavior 枚举

定义

指定在其实例之BackgroundService一中发生未经处理的异常时将遵循的行为IHost

public enum class BackgroundServiceExceptionBehavior
public enum BackgroundServiceExceptionBehavior
type BackgroundServiceExceptionBehavior = 
Public Enum BackgroundServiceExceptionBehavior
继承
BackgroundServiceExceptionBehavior

字段

Ignore 1

忽略 BackgroundService 中引发的异常。

StopHost 0

停止 IHost 实例。

适用于