SaaS CMS has officially launched! Learn more now.

Interface IRegisteredService

Extends IServiceConfigurationProvider with possibility to extend latest registration.

Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 12.0.3
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