Interface IDependencyHealthContributor
Namespace: Cephalon.Abstractions.Health
Assembly: Cephalon.Abstractions.dll
Contributes dependency-health information to the runtime.
public interface IDependencyHealthContributorMethods
Section titled “Methods”GetDependencyHealth()
Section titled “ GetDependencyHealth()”Returns the dependency-health reports currently known to the contributor.
IReadOnlyList<DependencyHealthReport> GetDependencyHealth()Returns
Section titled “Returns”IReadOnlyList<DependencyHealthReport>
The contributed dependency-health reports.