Interface ITelemetryService
Service which gathers the data for telemetry reporting
Namespace: Umbraco.Cms.Core.Telemetry
Assembly: Umbraco.Core.dll
Syntax
public interface ITelemetryService
Methods
View SourceGetTelemetryReportDataAsync()
Attempts to get the Telemetry
Declaration
Task<TelemetryReportData> GetTelemetryReportDataAsync()
Returns
Type | Description |
---|---|
Task<Telemetry |
Remarks
May return null if the site is in an unknown state.
TryGetTelemetryReportData(out TelemetryReportData)
Declaration
bool TryGetTelemetryReportData(out TelemetryReportData telemetryReportData)
Parameters
Type | Name | Description |
---|---|---|
Telemetry |
telemetryReportData |
Returns
Type | Description |
---|---|
System. |