Class HealthCheckCollection
Namespace: Umbraco.Web.HealthCheck
Assembly: Umbraco.Web.dll
Syntax
public class HealthCheckCollection : BuilderCollectionBase<HealthCheck>, IBuilderCollection<HealthCheck>, IEnumerable<HealthCheck>, IEnumerable
Constructors
View SourceHealthCheckCollection(IEnumerable<HealthCheck>)
Declaration
public HealthCheckCollection(IEnumerable<HealthCheck> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<HealthCheck> | items |