Class EventHandlerInvokerCacheItem
Inheritance
object
EventHandlerInvokerCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |