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 |
|---|---|---|
| IServiceProvider | serviceProvider |
Returns
| Type | Description |
|---|---|
| Func<IRecurringBackgroundJob, IHostedService> |