Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateStatusProfilingController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ProfilingControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Profiling
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateStatusProfilingController : ProfilingControllerBase

    Constructors

    View Source

    UpdateStatusProfilingController(IWebProfilerService)

    Declaration
    public UpdateStatusProfilingController(IWebProfilerService webProfilerService)
    Parameters
    Type Name Description
    IWebProfilerService webProfilerService

    Methods

    View Source

    Status(CancellationToken, ProfilingStatusRequestModel)

    Declaration
    public async Task<IActionResult> Status(CancellationToken cancellationToken, ProfilingStatusRequestModel model)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    ProfilingStatusRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateStatusProfilingController(IWebProfilerService)
    • Methods
      • Status(CancellationToken, ProfilingStatusRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX