Class DistributedEventSent
Inheritance
object
DistributedEventSent
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 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 |