C# 클래스 GearmanServer.ConnectionHandler

파일 보기 프로젝트 열기: johnewart/gearman.net

공개 메소드들

메소드 설명
ConnectionHandler ( TcpClient c, JobQueue _queue, string _hostName, ConcurrentDictionary _workers ) : System

비공개 메소드들

메소드 설명
grabNextJob ( ) : void
handleJobCompletion ( Packet p ) : void
handleJobSubmitted ( Packet p, JobPriority priority, bool background ) : void
registerAbility ( Packet p ) : void
run ( ) : void

메소드 상세

ConnectionHandler() 공개 메소드

public ConnectionHandler ( TcpClient c, JobQueue _queue, string _hostName, ConcurrentDictionary _workers ) : System
c System.Net.Sockets.TcpClient
_queue JobQueue
_hostName string
_workers ConcurrentDictionary
리턴 System