BackgroundServiceExceptionBehavior Énumération

Définition

Spécifie un comportement que le IHost respectera si une exception non prise en charge se produit dans l’une de ses BackgroundService instances.

public enum class BackgroundServiceExceptionBehavior
public enum BackgroundServiceExceptionBehavior
type BackgroundServiceExceptionBehavior = 
Public Enum BackgroundServiceExceptionBehavior
Héritage
BackgroundServiceExceptionBehavior

Champs

Ignore 1

Ignorez les exceptions levées dans BackgroundService.

StopHost 0

Arrête le IHost instance.

S’applique à