An asynchronous event handler.
- Namespace
- Statiq
.Common - Interfaces
-
- ICloneable
- ISerializable
- Base Types
-
- object
- Delegate
- MulticastDelegate
Syntax
public delegate Task AsyncEventHandler<TEvent>(TEvent evt) : MulticastDelegate, ICloneable,
ISerializable
Type Parameters
| Name | Description |
|---|---|
| TEvent | The type of event. |
Operators
| Name | Value | Summary |
|---|---|---|
| operator != |
bool |
Inherited from Delegate
|
| operator != |
bool |
Inherited from MulticastDelegate
|
| operator == |
bool |
Inherited from Delegate
|
| operator == |
bool |
Inherited from MulticastDelegate
|