Namespace Coree.NETStandard.HostedServicesCollection
Classes
HostedServicesCollectionConfig<T>
Represents a thread-safe collection of configuration items for hosted services. This collection allows for the addition of configuration items and provides a method to fetch and remove items sequentially, supporting concurrent operations.
ServiceCollectionExtensions
Provides extension methods for IServiceCollection to facilitate the registration of hosted services with specific configurations.
ServiceProviderExtensions
Provides a set of extension methods for IServiceProvider. These methods extend the functionality of IServiceProvider to offer enhanced and simplified service resolution capabilities, enabling the retrieval and management of service instances in a more flexible manner.
Interfaces
IHostedServicesCollectionConfig<T>
Defines a contract for a configuration collection for hosted services, allowing the enqueuing of configuration items and retrieval of the next configuration item.