ServiceFactory Property
Definition
- Namespace
- Savvyio.Dispatchers
- Assemblies
- Savvyio.Core.dll
ServiceFactory
Gets the function delegate that creates the services.
protected Func<Type, IEnumerable<object>> ServiceFactory { get; }
Property Value
- Func<Type, IEnumerable<object>>
The function delegate that creates the services.