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 TelemetryReportData
Declaration
Task<TelemetryReportData> GetTelemetryReportDataAsync()
Returns
| Type | Description |
|---|---|
| Task<TelemetryReportData> |
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 |
|---|---|---|
| TelemetryReportData | telemetryReportData |
Returns
| Type | Description |
|---|---|
| System.Boolean |