Class EventHandlerInvokerCacheItem
Inherited Members
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public class EventHandlerInvokerCacheItem
Constructors
EventHandlerInvokerCacheItem()
Declaration
public EventHandlerInvokerCacheItem()
Properties
Distributed
Declaration
public IEventHandlerMethodExecutor? Distributed { get; set; }
Property Value
Type | Description |
---|---|
IEventHandlerMethodExecutor |
Local
Declaration
public IEventHandlerMethodExecutor? Local { get; set; }
Property Value
Type | Description |
---|---|
IEventHandlerMethodExecutor |