Unit 'vsPastellaServer' Package
[Overview][Types][Classes][Index] [#pl_synapsevs]

TQueue

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: vspastellaserver.pas line 175

type TQueue = class

  GlobalList: TPacketList;

  

  IncomingNet: THashList;

  

  IncomingClient: THashList;

  

  Incoming: THashList;

  

  ToClient: THashList;

  

  ClientBuf: THashList;

  

  ClientOut: THashList;

  

  CommonOutList: THashList;

  

  Fetching: THashList;

  

  Persistant: THashList;

  

  Agents: THashList;

  

  BroadCast: THashList;

  

  Route: THashList;

  

  NetCache: THashList;

  

  IPList: TStrings;

  

  Connected: TStrings;

  

  NodeList: TStrings;

  

  Multiplex: TList;

  

  CS: TCriticalSection;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure RegisterMultiplex();

  

  procedure UnregisterMultiplex();

  

  procedure AddHost();

  

end;

Inheritance

TQueue

  

|

TObject



CT Web help

CodeTyphon Studio