Class LocalEventHandlerMethodExecutor<TEvent>
Inheritance
LocalEventHandlerMethodExecutor<TEvent>
Assembly: Volo.Abp.EventBus.dll
Syntax
public class LocalEventHandlerMethodExecutor<TEvent> : IEventHandlerMethodExecutor where TEvent : class
Type Parameters
Constructors
LocalEventHandlerMethodExecutor()
Declaration
public LocalEventHandlerMethodExecutor()
Properties
ExecutorAsync
Declaration
public EventHandlerMethodExecutorAsync ExecutorAsync { get; }
Property Value
Methods
ExecuteAsync(IEventHandler, TEvent)
Declaration
public Task ExecuteAsync(IEventHandler target, TEvent parameters)
Parameters
Returns
Implements
Extension Methods