Struct SubscriptionEvent
Subscription lifecycle event: subscribe, unsubscribe, sync complete, or resync. Included in Events.
[MemoryPackable(GenerateType.Object)]
public struct SubscriptionEvent : IMemoryPackable<SubscriptionEvent>, IMemoryPackFormatterRegister
- Implements
-
IMemoryPackable<SubscriptionEvent>IMemoryPackFormatterRegister
- Inherited Members
Remarks
MemoryPack GenerateType: Object
ushort ViewId
Typhon.Protocol.EventType Type
string ViewName
Fields
Type
Event type (Subscribed, Unsubscribed, SyncComplete, Resync).
public EventType Type
Field Value
ViewId
Identifies the published View this event relates to.
public ushort ViewId
Field Value
ViewName
Human-readable View name. Only populated on Subscribed; null otherwise.
public string ViewName