Class MySimpleEventDataHandler
Inheritance
MySimpleEventDataHandler
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
Methods
HandleEventAsync(MySimpleEventData)
Declaration
public Task HandleEventAsync(MySimpleEventData eventData)
Parameters
Returns
Implements
Extension Methods