Class DistributedEventReceived
Inheritance
object
DistributedEventReceived
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Distributed
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
| 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 |