Udostępnij za pośrednictwem


HostOptions.BackgroundServiceExceptionBehavior Właściwość

Definicja

Pobiera lub ustawia zachowanie, IHost które następuje, gdy dowolne z jego BackgroundService wystąpień zgłasza nieobsługiwany wyjątek.

public:
 property Microsoft::Extensions::Hosting::BackgroundServiceExceptionBehavior BackgroundServiceExceptionBehavior { Microsoft::Extensions::Hosting::BackgroundServiceExceptionBehavior get(); void set(Microsoft::Extensions::Hosting::BackgroundServiceExceptionBehavior value); };
public Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior BackgroundServiceExceptionBehavior { get; set; }
member this.BackgroundServiceExceptionBehavior : Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior with get, set
Public Property BackgroundServiceExceptionBehavior As BackgroundServiceExceptionBehavior

Wartość właściwości

Wartość domyślna to StopHost.

Dotyczy