Class EventHandlerInvoker
Inherited Members
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public class EventHandlerInvoker : IEventHandlerInvoker, ISingletonDependency
Constructors
EventHandlerInvoker()
Declaration
public EventHandlerInvoker()
Methods
InvokeAsync(IEventHandler, object, Type)
Declaration
public Task InvokeAsync(IEventHandler eventHandler, object eventData, Type eventType)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventHandler | eventHandler | |
| object | eventData | |
| Type | eventType |
Returns
| Type | Description |
|---|---|
| Task |