C# 클래스 Universe.Framework.Servers.HttpServer.PollServiceRequestManager

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
Enqueue ( PollServiceHttpRequest req ) : void
PollServiceRequestManager ( uint pWorkerThreadCount, int pTimeout ) : System
Start ( ) : void
Stop ( ) : void
ThreadStart ( ) : void

비공개 메소드들

메소드 설명
ProcessQueuedRequests ( ) : bool
ReQueueEvent ( PollServiceHttpRequest req ) : void

메소드 상세

Enqueue() 공개 메소드

public Enqueue ( PollServiceHttpRequest req ) : void
req PollServiceHttpRequest
리턴 void

PollServiceRequestManager() 공개 메소드

public PollServiceRequestManager ( uint pWorkerThreadCount, int pTimeout ) : System
pWorkerThreadCount uint
pTimeout int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ThreadStart() 공개 메소드

public ThreadStart ( ) : void
리턴 void