Class MySimpleDistributedTransientEventHandler
Inheritance
MySimpleDistributedTransientEventHandler
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class MySimpleDistributedTransientEventHandler : IDistributedEventHandler<MySimpleEventData>, IEventHandler, IDisposable
Constructors
MySimpleDistributedTransientEventHandler()
Declaration
public MySimpleDistributedTransientEventHandler()
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