Class DistributedEventSent
Inherited Members
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public class DistributedEventSent
Constructors
DistributedEventSent()
Declaration
public DistributedEventSent()
Properties
EventData
Declaration
public object EventData { get; set; }
Property Value
Type | Description |
---|---|
object |
EventName
Declaration
public string EventName { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Declaration
public DistributedEventSource Source { get; set; }
Property Value
Type | Description |
---|---|
DistributedEventSource |