Class MySimpleEventDataHandler
Inheritance
object
MySimpleEventDataHandler
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.Local
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class MySimpleEventDataHandler : ILocalEventHandler<MySimpleEventData>, IEventHandler, ISingletonDependency
Constructors
MySimpleEventDataHandler()
Declaration
public MySimpleEventDataHandler()
Properties
TotalData
Declaration
public int TotalData { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
HandleEventAsync(MySimpleEventData)
Declaration
public Task HandleEventAsync(MySimpleEventData eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| MySimpleEventData | eventData |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |