Class DistributedEventReceived
Inheritance
DistributedEventReceived
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public class DistributedEventReceived
Constructors
DistributedEventReceived()
Declaration
public DistributedEventReceived()
Properties
EventData
Declaration
public object EventData { get; set; }
Property Value
EventName
Declaration
public string EventName { get; set; }
Property Value
Source
Declaration
public DistributedEventSource Source { get; set; }
Property Value
Extension Methods