Class BaseRealtimeEvent
public abstract class BaseRealtimeEvent : IRealtimeEvent
- Inheritance
-
BaseRealtimeEvent
- Implements
- Derived
- Inherited Members
Properties
EventId
The unique ID of the server event.
[JsonIgnore]
public abstract string EventId { get; }
Property Value
Type
[JsonIgnore]
public abstract string Type { get; protected set; }
Property Value
Methods
ToJsonString()
public string ToJsonString()