Interface IServiceLocatorFactory
Signature that type specified by Service
Namespace: EPiServer.ServiceLocation.AutoDiscovery
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface IServiceLocatorFactory
Methods
CreateLocator()
Creates an instance of IService
Declaration
IServiceLocator CreateLocator()
Returns
Type | Description |
---|---|
IService |
Remarks
The returned IService
CreateProvider()
Creates an instance of IService
Declaration
IServiceConfigurationProvider CreateProvider()
Returns
Type | Description |
---|---|
IService |