Class ServiceCollectionExtensions
- Namespace
- Bluetooth.Core.Infrastructure.Scheduling
- Assembly
- Bluetooth.Core.dll
Extension methods for adding ticker services to the service collection.
public static class ServiceCollectionExtensions
- Inheritance
-
ServiceCollectionExtensions
- Inherited Members
Methods
AddTicker(IServiceCollection)
Adds a ticker service to the service collection.
public static IServiceCollection AddTicker(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe service collection to add the ticker to.
Returns
- IServiceCollection
The updated service collection.