Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    GetTelemetryReportDataAsync()

    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.

    View Source

    TryGetTelemetryReportData(out TelemetryReportData)

    Declaration
    bool TryGetTelemetryReportData(out TelemetryReportData telemetryReportData)
    Parameters
    Type Name Description
    TelemetryReportData telemetryReportData
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetTelemetryReportDataAsync()
      • TryGetTelemetryReportData(out TelemetryReportData)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX