Table of Contents

Class KeyedServiceFactory<TService>

Namespace
JobFlow.Core.Infrastructure.Factories
Assembly
JobFlow.Core.dll
public class KeyedServiceFactory<TService> : KeyedServiceFactory<KeyedServiceConfiguration<ApplicationServiceKeyAttribute, TService>, ApplicationServiceKeyAttribute, TService>, IKeyedServiceFactory<TService>, IKeyedServiceFactory<ApplicationServiceKeyAttribute, TService>

Type Parameters

TService
Inheritance
object
KeyedServiceFactory<TService>
Implements
Inherited Members
Extension Methods

Constructors

KeyedServiceFactory(IOptions<KeyedServiceConfiguration<ApplicationServiceKeyAttribute, TService>>, IServiceProvider)

public KeyedServiceFactory(IOptions<KeyedServiceConfiguration<ApplicationServiceKeyAttribute, TService>> options, IServiceProvider serviceResolver)

Parameters

options IOptions<KeyedServiceConfiguration<ApplicationServiceKeyAttribute, TService>>
serviceResolver IServiceProvider