Interface IWebProfilerService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IWebProfilerServiceMethods
View SourceGetStatus()
Declaration
Task<Attempt<bool, WebProfilerOperationStatus>> GetStatus()Returns
| Type | Description | 
|---|---|
| Task<Attempt<System.Boolean, WebProfilerOperationStatus>> | 
SetStatus(Boolean)
Declaration
Task<Attempt<bool, WebProfilerOperationStatus>> SetStatus(bool status)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | status | 
Returns
| Type | Description | 
|---|---|
| Task<Attempt<System.Boolean, WebProfilerOperationStatus>> |