Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions
Extension methods for adding hosted services to an IServiceCollection.
public static IServiceCollection AddHostedService<THostedService>(this IServiceCollection services) where THostedService : IHostedService
Add an IHostedService registration for the given type.
public static IServiceCollection AddHostedService<THostedService>(this IServiceCollection services, Func<IServiceProvider, THostedService> implementationFactory) where THostedService : IHostedService
Add an IHostedService registration for the given type.