Interface IPacketQueueHandler<T>
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 SourceEnqueuePacket(IClient, T)
Declaration
void EnqueuePacket(IClient client, T packet)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IClient | client | |
| T | packet | 
Events
| Edit this page View SourcePacketHandled
Declaration
event Action<T> PacketHandled
  Event Type
| Type | Description | 
|---|---|
| Action<T> |