Class RecurringBackgroundJobHostedService
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.BackgroundJobs
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class RecurringBackgroundJobHostedService
Methods
View SourceCreateHostedServiceFactory(IServiceProvider)
Declaration
public static Func<IRecurringBackgroundJob, IHostedService> CreateHostedServiceFactory(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
IService |
serviceProvider |
Returns
Type | Description |
---|---|
Func<IRecurring |