Show / Hide Table of Contents

Struct PacketQueueEntry<T>

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Server.PacketHandling.Handlers.QueueHandlers
Assembly: SlipeServer.Server.dll
Syntax
public struct PacketQueueEntry<T>
Type Parameters
Name Description
T

Properties

| Edit this page View Source

Client

Declaration
public IClient Client { readonly get; set; }
Property Value
Type Description
IClient
| Edit this page View Source

Packet

Declaration
public T Packet { readonly get; set; }
Property Value
Type Description
T
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX