Table of Contents

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

services IServiceCollection

The service collection to add the ticker to.

Returns

IServiceCollection

The updated service collection.