Class DistributedEventHandles
Inheritance
DistributedEventHandles
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class DistributedEventHandles : ILocalEventHandler<DistributedEventSent>, ILocalEventHandler<DistributedEventReceived>, IEventHandler
Constructors
DistributedEventHandles()
Declaration
public DistributedEventHandles()
Properties
ReceivedCount
Declaration
public static int ReceivedCount { get; set; }
Property Value
SentCount
Declaration
public static int SentCount { get; set; }
Property Value
Methods
HandleEventAsync(DistributedEventReceived)
Declaration
public Task HandleEventAsync(DistributedEventReceived eventData)
Parameters
Returns
HandleEventAsync(DistributedEventSent)
Declaration
public Task HandleEventAsync(DistributedEventSent eventData)
Parameters
Returns
Implements
Extension Methods