BackgroundServiceExceptionBehavior 열거형

정의

IHost 인스턴스 중 하나에서 처리되지 않은 예외가 발생하는 경우 BackgroundService 적용할 동작을 지정합니다.

public enum class BackgroundServiceExceptionBehavior
public enum BackgroundServiceExceptionBehavior
type BackgroundServiceExceptionBehavior = 
Public Enum BackgroundServiceExceptionBehavior
상속
BackgroundServiceExceptionBehavior

필드

Name Description
StopHost 0

인스턴스를 중지합니다 IHost .

Ignore 1

BackgroundService에서 던져진 예외를 무시합니다.

적용 대상