ข้ามไปยังเนื้อหา

Interface IDependencyHealthContributor

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Health
Assembly: Cephalon.Abstractions.dll

Contributes dependency-health information to the runtime.

public interface IDependencyHealthContributor

Returns the dependency-health reports currently known to the contributor.

IReadOnlyList<DependencyHealthReport> GetDependencyHealth()

IReadOnlyList<DependencyHealthReport>

The contributed dependency-health reports.