Try our conversational search powered by Generative AI!

Interface IRegisteredService

Extends IServiceConfigurationProvider with possibility to extend latest registration.

Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public interface IRegisteredService : IServiceConfigurationProvider

Methods

AddServiceAccessor()

Registers a ServiceAccessor<TService> for the service type.

Declaration
IServiceConfigurationProvider AddServiceAccessor()
Returns
Type Description
IServiceConfigurationProvider

The service configuration provider

Extension Methods