London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IServiceLocatorFactory

Signature that type specified by ServiceLocatorFactoryAttribute should implement

Namespace: EPiServer.ServiceLocation.AutoDiscovery
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public interface IServiceLocatorFactory

Methods

CreateLocator()

Creates an instance of IServiceLocator

Declaration
IServiceLocator CreateLocator()
Returns
Type Description
IServiceLocator

CreateProvider()

Creates an instance of IServiceConfigurationProvider

Declaration
IServiceConfigurationProvider CreateProvider()
Returns
Type Description
IServiceConfigurationProvider

Extension Methods