Skip to content

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.