Class OutgoingEventInfo
Inheritance
OutgoingEventInfo
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public class OutgoingEventInfo : IHasExtraProperties
Constructors
OutgoingEventInfo()
Declaration
protected OutgoingEventInfo()
OutgoingEventInfo(Guid, string, byte[], DateTime)
Declaration
public OutgoingEventInfo(Guid id, string eventName, byte[] eventData, DateTime creationTime)
Parameters
Properties
CreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
EventData
Declaration
public byte[] EventData { get; }
Property Value
EventName
Declaration
public string EventName { get; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Id
Declaration
Property Value
MaxEventNameLength
Declaration
public static int MaxEventNameLength { get; set; }
Property Value
Methods
GetCorrelationId()
Declaration
public string? GetCorrelationId()
Returns
SetCorrelationId(string)
Declaration
public void SetCorrelationId(string correlationId)
Parameters
Type |
Name |
Description |
string |
correlationId |
|
Implements
Extension Methods