Class LocalEventHandlerMethodExecutor<TEvent>
Inheritance
object
LocalEventHandlerMethodExecutor<TEvent>
Implements
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 LocalEventHandlerMethodExecutor<TEvent> : IEventHandlerMethodExecutor where TEvent : class
Type Parameters
| Name | Description |
|---|---|
| TEvent |
Constructors
LocalEventHandlerMethodExecutor()
Declaration
public LocalEventHandlerMethodExecutor()
Properties
ExecutorAsync
Declaration
public EventHandlerMethodExecutorAsync ExecutorAsync { get; }
Property Value
| Type | Description |
|---|---|
| EventHandlerMethodExecutorAsync |
Methods
ExecuteAsync(IEventHandler, TEvent)
Declaration
public Task ExecuteAsync(IEventHandler target, TEvent parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventHandler | target | |
| TEvent | parameters |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |