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

파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 메소드들

메소드 설명
Enqueue ( OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest req ) : void
PollServiceRequestManager ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer pSrv, uint pWorkerThreadCount, int pTimeout ) : System
ThreadStart ( object o ) : void

비공개 메소드들

메소드 설명
ProcessQueuedRequests ( ) : void
ReQueueEvent ( OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest req ) : void

메소드 상세

Enqueue() 공개 메소드

public Enqueue ( OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest req ) : void
req OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest
리턴 void

PollServiceRequestManager() 공개 메소드

public PollServiceRequestManager ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer pSrv, uint pWorkerThreadCount, int pTimeout ) : System
pSrv OpenSim.Framework.Servers.HttpServer.BaseHttpServer
pWorkerThreadCount uint
pTimeout int
리턴 System

ThreadStart() 공개 메소드

public ThreadStart ( object o ) : void
o object
리턴 void