Table of Contents

Class SocketEntity<T>

Namespace
Kook.WebSocket
Assembly
Kook.Net.WebSocket.dll

Represents a WebSocket-based entity.

public abstract class SocketEntity<T> : IEntity<T> where T : IEquatable<T>

Type Parameters

T

The type of the entity's identifier.

Inheritance
SocketEntity<T>
Implements
Derived
Inherited Members

Properties

Id

Gets the unique identifier for this object.

public T Id { get; }

Property Value

T