Search Results for

    Show / Hide Table of Contents
    View Source

    Class CheckHealthCheckGroupController

    Inheritance
    System.Object
    ManagementApiControllerBase
    HealthCheckGroupControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.HealthCheck.Group
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CheckHealthCheckGroupController : HealthCheckGroupControllerBase

    Constructors

    View Source

    CheckHealthCheckGroupController(IHealthCheckGroupPresentationFactory)

    Declaration
    public CheckHealthCheckGroupController(IHealthCheckGroupPresentationFactory healthCheckGroupPresentationFactory)
    Parameters
    Type Name Description
    IHealthCheckGroupPresentationFactory healthCheckGroupPresentationFactory

    Methods

    View Source

    ByNameWithResult(CancellationToken, String)

    Check all health checks in the group with a given group name.

    Declaration
    public async Task<IActionResult> ByNameWithResult(CancellationToken cancellationToken, string name)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String name

    The name of the group.

    Returns
    Type Description
    Task<IActionResult>

    The health check group or not found result.

    Remarks

    The health check result(s) will be included as part of the health checks.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CheckHealthCheckGroupController(IHealthCheckGroupPresentationFactory)
    • Methods
      • ByNameWithResult(CancellationToken, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX