Interface IEventHandlerInvoker
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface IEventHandlerInvoker
Methods
InvokeAsync(IEventHandler, object, Type)
Declaration
Task InvokeAsync(IEventHandler eventHandler, object eventData, Type eventType)
Parameters
Type | Name | Description |
---|---|---|
IEventHandler | eventHandler | |
object | eventData | |
Type | eventType |
Returns
Type | Description |
---|---|
Task |