ServiceLocator Constructor
Definition
- Namespace
- Savvyio.Dispatchers
- Assemblies
- Savvyio.Core.dll
ServiceLocator(Func<Type, IEnumerable<object>>)
Initializes a new instance of the ServiceLocator class.
public ServiceLocator(Func<Type, IEnumerable<object>> serviceFactory)
Parameters
serviceFactoryFunc<Type, IEnumerable<object>>The function delegate that provides the services.