Search Results for

    Show / Hide Table of Contents
    View Source

    Class ReportSiteTask

    Inheritance
    System.Object
    RecurringHostedServiceBase
    Namespace: Umbraco.Cms.Infrastructure.HostedServices
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ReportSiteTask : RecurringHostedServiceBase

    Constructors

    View Source

    ReportSiteTask(ILogger<ReportSiteTask>, IUmbracoVersion, IOptions<GlobalSettings>)

    Declaration
    public ReportSiteTask(ILogger<ReportSiteTask> logger, IUmbracoVersion umbracoVersion, IOptions<GlobalSettings> globalSettings)
    Parameters
    Type Name Description
    ILogger<ReportSiteTask> logger
    IUmbracoVersion umbracoVersion
    IOptions<GlobalSettings> globalSettings
    View Source

    ReportSiteTask(ILogger<ReportSiteTask>, ITelemetryService)

    Declaration
    public ReportSiteTask(ILogger<ReportSiteTask> logger, ITelemetryService telemetryService)
    Parameters
    Type Name Description
    ILogger<ReportSiteTask> logger
    ITelemetryService telemetryService
    View Source

    ReportSiteTask(ILogger<ReportSiteTask>, ITelemetryService, IRuntimeState)

    Declaration
    public ReportSiteTask(ILogger<ReportSiteTask> logger, ITelemetryService telemetryService, IRuntimeState runtimeState)
    Parameters
    Type Name Description
    ILogger<ReportSiteTask> logger
    ITelemetryService telemetryService
    IRuntimeState runtimeState

    Methods

    View Source

    PerformExecuteAsync(Object)

    Runs the background task to send the anonymous ID to telemetry service

    Declaration
    public override async Task PerformExecuteAsync(object state)
    Parameters
    Type Name Description
    System.Object state
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ReportSiteTask(ILogger<ReportSiteTask>, IUmbracoVersion, IOptions<GlobalSettings>)
      • ReportSiteTask(ILogger<ReportSiteTask>, ITelemetryService)
      • ReportSiteTask(ILogger<ReportSiteTask>, ITelemetryService, IRuntimeState)
    • Methods
      • PerformExecuteAsync(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX