Class LocalEventMessage
Inheritance
LocalEventMessage
Assembly: Volo.Abp.EventBus.dll
Syntax
public class LocalEventMessage
Constructors
LocalEventMessage(Guid, object, Type)
Declaration
public LocalEventMessage(Guid messageId, object eventData, Type eventType)
Parameters
Properties
EventData
Declaration
public object EventData { get; }
Property Value
EventType
Declaration
public Type EventType { get; }
Property Value
MessageId
Declaration
public Guid MessageId { get; }
Property Value
Extension Methods