Class MySimpleTransientEventHandler
Inheritance
MySimpleTransientEventHandler
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class MySimpleTransientEventHandler : ILocalEventHandler<MySimpleEventData>, IEventHandler, IDisposable
Constructors
MySimpleTransientEventHandler()
Declaration
public MySimpleTransientEventHandler()
Properties
DisposeCount
Declaration
public static int DisposeCount { get; set; }
Property Value
HandleCount
Declaration
public static int HandleCount { get; set; }
Property Value
Methods
Dispose()
Declaration
HandleEventAsync(MySimpleEventData)
Declaration
public Task HandleEventAsync(MySimpleEventData eventData)
Parameters
Returns
Implements
Extension Methods