View Source
Class GetStatusProfilingController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class GetStatusProfilingController : ProfilingControllerBase
Constructors
View Source
GetStatusProfilingController(IWebProfilerService)
Declaration
public GetStatusProfilingController(IWebProfilerService webProfilerService)
Parameters
| Type |
Name |
Description |
| IWebProfilerService |
webProfilerService |
|
Methods
View Source
Status(CancellationToken)
Declaration
public async Task<IActionResult> Status(CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|