C# Class UlteriusServer.Api.Network.Messages.MessageQueueManager

Mostra file Open project: Ulterius/server

Public Properties

Property Type Description
SendQueue BlockingCollection

Public Methods

Method Description
MessageQueueManager ( ) : System

Private Methods

Method Description
MessageWorker ( ) : void
SendBinaryPacket ( Message packet ) : System.Threading.Tasks.Task

Sends an encrypted packet

SendJsonPacket ( Message packet ) : System.Threading.Tasks.Task

Sends a JSON based packet

SendServiceMessage ( Message packet ) : System.Threading.Tasks.Task

Method Details

MessageQueueManager() public method

public MessageQueueManager ( ) : System
return System

Property Details

SendQueue public_oe property

public BlockingCollection SendQueue
return BlockingCollection