Class EventBusBase.EventTypeWithEventHandlerFactories
Inheritance
EventBusBase.EventTypeWithEventHandlerFactories
Assembly: Volo.Abp.EventBus.dll
Syntax
protected class EventBusBase.EventTypeWithEventHandlerFactories
Constructors
EventTypeWithEventHandlerFactories(Type, List<IEventHandlerFactory>)
Declaration
public EventTypeWithEventHandlerFactories(Type eventType, List<IEventHandlerFactory> eventHandlerFactories)
Parameters
Properties
EventHandlerFactories
Declaration
public List<IEventHandlerFactory> EventHandlerFactories { get; }
Property Value
EventType
Declaration
public Type EventType { get; }
Property Value
Extension Methods