Delegate EventHandlerMethodExecutorAsync
Assembly: Volo.Abp.EventBus.dll
Syntax
public delegate Task EventHandlerMethodExecutorAsync(IEventHandler target, object parameter)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Constructors
EventHandlerMethodExecutorAsync(object, IntPtr)
Declaration
public EventHandlerMethodExecutorAsync(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| nint |
method |
|
Methods
BeginInvoke(IEventHandler, object, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(IEventHandler target, object parameter, AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| IEventHandler |
target |
|
| object |
parameter |
|
| System.AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual Task EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Invoke(IEventHandler, object)
Declaration
public virtual Task Invoke(IEventHandler target, object parameter)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods