BackgroundServiceExceptionBehavior Sabit listesi

Tanım

örneklerinden birinde işlenmeyen IHost bir özel durum oluşursa, öğesinin BackgroundService kabul edeceği bir davranış belirtir.

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

Alanlar

Ignore 1

içinde oluşan özel durumları yoksayın BackgroundService.

StopHost 0

IHost Örneği durdurur.

Şunlara uygulanır