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 SourceTryGetTelemetryReportData(out TelemetryReportData)
Try and get the TelemetryReportData
Declaration
bool TryGetTelemetryReportData(out TelemetryReportData telemetryReportData)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TelemetryReportData | telemetryReportData | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |