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

    TryGetTelemetryReportData(out TelemetryReportData)

    Try and get the 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
      • TryGetTelemetryReportData(out TelemetryReportData)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX