Class BowireBenchmarkSchedulingServiceContribution
- Namespace
- Kuestenlogik.Bowire.Benchmarking
- Assembly
- Kuestenlogik.Bowire.Benchmarking.dll
Registers the scheduling backbone (#232). Discovered by Core's service contribution scan, so referencing the Benchmarking package is all a host has to do to get scheduled runs — and a host that doesn't reference it starts no scheduler at all.
public sealed class BowireBenchmarkSchedulingServiceContribution : IBowireServiceContribution
- Inheritance
-
BowireBenchmarkSchedulingServiceContribution
- Implements
- Inherited Members
Constructors
BowireBenchmarkSchedulingServiceContribution()
public BowireBenchmarkSchedulingServiceContribution()
Methods
ConfigureServices(IServiceCollection)
Register this contribution's services. Called once per host
startup from BowireServiceCollectionExtensions.AddBowire.
public void ConfigureServices(IServiceCollection services)
Parameters
servicesIServiceCollectionThe host's service collection.