BackgroundServiceExceptionBehavior Enumeration

Definition

Gibt ein Verhalten an, das von IHost berücksichtigt wird, wenn eine nicht behandelte Ausnahme in einer seiner BackgroundService Instanzen auftritt.

public enum class BackgroundServiceExceptionBehavior
public enum BackgroundServiceExceptionBehavior
type BackgroundServiceExceptionBehavior = 
Public Enum BackgroundServiceExceptionBehavior
Vererbung
BackgroundServiceExceptionBehavior

Felder

Ignore 1

In BackgroundServiceausgelöste Ausnahmen werden ignoriert.

StopHost 0

Beendet die IHost instance.

Gilt für: