View Source
Class UpdateStatusProfilingController
Inheritance
System.Object
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
Returns
| Type |
Description |
| Task<IActionResult> |
|