HandlerServicesDescriptor Constructor
Definition
HandlerServicesDescriptor(IEnumerable<IGrouping<Type, KeyValuePair<Type, List<IHierarchy<object>>>>>, IEnumerable<Type>)
Initializes a new instance of the HandlerServicesDescriptor class.
public HandlerServicesDescriptor(IEnumerable<IGrouping<Type, KeyValuePair<Type, List<IHierarchy<object>>>>> discoveredServices, IEnumerable<Type> serviceTypes)
Parameters
discoveredServicesIEnumerable<IGrouping<Type, KeyValuePair<Type, List<IHierarchy<object>>>>>The discovered implementations of the IHandler<TRequest> interface.
serviceTypesIEnumerable<Type>The registered IHandler<TRequest> service types.