Class HealthCheckCollection
Represents a collection of HealthCheck instances.
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckCollection : BuilderCollectionBase<HealthCheck>, IBuilderCollection<HealthCheck>
Constructors
View SourceHealthCheckCollection(Func<IEnumerable<HealthCheck>>)
Initializes a new instance of the HealthCheckCollection class.
Declaration
public HealthCheckCollection(Func<IEnumerable<HealthCheck>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<HealthCheck>> | items | A factory function that returns the collection items. |