Struct AuraEvent
Implements
Inherited Members
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
public readonly struct AuraEvent : IEquatable<AuraEvent>
Properties
Name | Description |
---|---|
Category | |
Context | Contains info about context which was active at the moment of event |
ContextRef | To avoid leaking Context and preventing it from disposal due to AuraEvents still being displayed/processed somewhere |
Error | May contain an exception attached to the message |
IsHtml | |
Loglevel | |
SenderInfo | Contains some information describing where message comes from - path of aura, name of service/channel, etc |
Suffix | |
Text | Message that will be displayed to a user |
Timestamp |
Methods
Name | Description |
---|---|
Equals(AuraEvent) | |
Equals(object) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(AuraEvent, AuraEvent) | |
operator !=(AuraEvent, AuraEvent) |