<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="11.0.0-preview.5.26302.115" />

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.