BackgroundServiceExceptionBehavior Enumeração

Definição

Especifica um comportamento que o IHost respeitará se ocorrer uma exceção sem tratamento em uma de suas BackgroundService instâncias.

public enum class BackgroundServiceExceptionBehavior
public enum BackgroundServiceExceptionBehavior
type BackgroundServiceExceptionBehavior = 
Public Enum BackgroundServiceExceptionBehavior
Herança
BackgroundServiceExceptionBehavior

Campos

Ignore 1

Ignorar exceções lançadas em BackgroundService.

StopHost 0

Interrompe a IHost instância.

Aplica-se a