C# Class Universe.Framework.Servers.HttpServer.PollServiceWorkerThread

Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
PollServiceWorkerThread ( int pTimeout ) : System
Run ( ) : void
ThreadStart ( ) : void

Private Methods

Method Description
Enqueue ( PollServiceHttpRequest pPollServiceHttpRequest ) : void

Method Details

PollServiceWorkerThread() public method

public PollServiceWorkerThread ( int pTimeout ) : System
pTimeout int
return System

Run() public method

public Run ( ) : void
return void

ThreadStart() public method

public ThreadStart ( ) : void
return void