C# Class GearmanServer.ConnectionHandler

Afficher le fichier Open project: johnewart/gearman.net

Méthodes publiques

Méthode Description
ConnectionHandler ( TcpClient c, JobQueue _queue, string _hostName, ConcurrentDictionary _workers ) : System

Private Methods

Méthode Description
grabNextJob ( ) : void
handleJobCompletion ( Packet p ) : void
handleJobSubmitted ( Packet p, JobPriority priority, bool background ) : void
registerAbility ( Packet p ) : void
run ( ) : void

Method Details

ConnectionHandler() public méthode

public ConnectionHandler ( TcpClient c, JobQueue _queue, string _hostName, ConcurrentDictionary _workers ) : System
c System.Net.Sockets.TcpClient
_queue JobQueue
_hostName string
_workers ConcurrentDictionary
Résultat System