View Source
Class ReportSiteTask
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ReportSiteTask : RecurringHostedServiceBase
Constructors
View Source
ReportSiteTask(ILogger<ReportSiteTask>, ITelemetryService)
Declaration
public ReportSiteTask(ILogger<ReportSiteTask> logger, ITelemetryService telemetryService)
Parameters
View Source
ReportSiteTask(ILogger<ReportSiteTask>, ITelemetryService, IRuntimeState)
Declaration
public ReportSiteTask(ILogger<ReportSiteTask> logger, ITelemetryService telemetryService, IRuntimeState runtimeState)
Parameters
Methods
View Source
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