View Source
Class TroubleshootingServerController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class TroubleshootingServerController : ServerControllerBase
Constructors
View Source
Declaration
public TroubleshootingServerController(ISystemTroubleshootingInformationService systemTroubleshootingInformationService, IUmbracoMapper mapper)
Parameters
| Type |
Name |
Description |
| ISystemTroubleshootingInformationService |
systemTroubleshootingInformationService |
|
| IUmbracoMapper |
mapper |
|
Methods
View Source
GetTroubleshooting(CancellationToken)
Declaration
public Task<IActionResult> GetTroubleshooting(CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|