View Source
Interface IRecurringBackgroundJob
A recurring background job
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IRecurringBackgroundJob
Fields
View Source
DefaultDelay
Declaration
public static readonly TimeSpan DefaultDelay
Field Value
Type |
Description |
TimeSpan |
|
View Source
DefaultServerRoles
Declaration
public static readonly ServerRole[] DefaultServerRoles
Field Value
Properties
View Source
Delay
Timespan representing the initial delay after application start-up before the first run of the task
occurs.
Declaration
virtual TimeSpan Delay { get; }
Property Value
Type |
Description |
TimeSpan |
|
View Source
Period
Timespan representing how often the task should recur.
Declaration
Property Value
Type |
Description |
TimeSpan |
|
View Source
ServerRoles
Declaration
virtual ServerRole[] ServerRoles { get; }
Property Value
Methods
View Source
RunJobAsync()
Declaration
Returns
Events
View Source
PeriodChanged
Declaration
event EventHandler PeriodChanged
Event Type
Type |
Description |
EventHandler |
|