View Source
Class TemporaryFileCleanupJob
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class TemporaryFileCleanupJob : IRecurringBackgroundJob
Constructors
View Source
TemporaryFileCleanupJob(ILogger<TemporaryFileCleanupJob>, ITemporaryFileService)
Declaration
public TemporaryFileCleanupJob(ILogger<TemporaryFileCleanupJob> logger, ITemporaryFileService temporaryFileService)
Parameters
Properties
View Source
Delay
Declaration
public TimeSpan Delay { get; }
Property Value
Type |
Description |
TimeSpan |
|
View Source
Period
Declaration
public TimeSpan Period { get; }
Property Value
Type |
Description |
TimeSpan |
|
Methods
View Source
RunJobAsync()
Runs the background task to send the anonymous ID
to telemetry service
Declaration
public async Task RunJobAsync()
Returns
Events
View Source
PeriodChanged
Declaration
public event EventHandler PeriodChanged
Event Type
Type |
Description |
EventHandler |
|