Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckCollection

    Inheritance
    System.Object
    BuilderCollectionBase<HealthCheck>
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    public class HealthCheckCollection : BuilderCollectionBase<HealthCheck>, IBuilderCollection<HealthCheck>

    Constructors

    View Source

    HealthCheckCollection(Func<IEnumerable<HealthCheck>>)

    Declaration
    public HealthCheckCollection(Func<IEnumerable<HealthCheck>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<HealthCheck>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • HealthCheckCollection(Func<IEnumerable<HealthCheck>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX