Class DistributedEventHandlerMethodExecutor<TEvent>
Inheritance
object
DistributedEventHandlerMethodExecutor<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 DistributedEventHandlerMethodExecutor<TEvent> : IEventHandlerMethodExecutor where TEvent : class
Type Parameters
| Name | Description |
|---|---|
| TEvent |
Constructors
DistributedEventHandlerMethodExecutor()
Declaration
public DistributedEventHandlerMethodExecutor()
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 |