Show / Hide Table of Contents

Interface IPacketQueueHandler<T>

Inherited Members
IPacketQueueHandlerBase.Disposed
IDisposable.Dispose()
Namespace: SlipeServer.Server.PacketHandling.Handlers
Assembly: SlipeServer.Server.dll
Syntax
public interface IPacketQueueHandler<T> : IPacketQueueHandlerBase, IDisposable where T : Packet
Type Parameters
Name Description
T

Methods

| Edit this page View Source

EnqueuePacket(IClient, T)

Declaration
void EnqueuePacket(IClient client, T packet)
Parameters
Type Name Description
IClient client
T packet

Events

| Edit this page View Source

PacketHandled

Declaration
event Action<T> PacketHandled
Event Type
Type Description
Action<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX