Table of Contents

Struct SubscriptionEvent

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

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

EventType

ViewId

Identifies the published View this event relates to.

public ushort ViewId

Field Value

ushort

ViewName

Human-readable View name. Only populated on Subscribed; null otherwise.

public string ViewName

Field Value

string