Struct PacketQueueEntry<T>
Inherited Members
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 SourceClient
Declaration
public IClient Client { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| IClient |
Packet
Declaration
public T Packet { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| T |