Click or drag to resize

AnyConcreteTypeNotAlreadyRegisteredSourceRegistrationsFor Method

Retrieve registrations for an unregistered service, to be used by the container.

Namespace:  Autofac.Features.ResolveAnything
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public IEnumerable<IComponentRegistration> RegistrationsFor(
	Service service,
	Func<Service, IEnumerable<ServiceRegistration>> registrationAccessor
)

Parameters

service
Type: Autofac.CoreService
The service that was requested.
registrationAccessor
Type: SystemFuncService, IEnumerableServiceRegistration
A function that will return existing registrations for a service.

Return Value

Type: IEnumerableIComponentRegistration
Registrations providing the service.

Implements

IRegistrationSourceRegistrationsFor(Service, FuncService, IEnumerableServiceRegistration)
See Also