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

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Méthode Description
PollServiceWorkerThread ( int pTimeout ) : System
Run ( ) : void
ThreadStart ( ) : void

Private Methods

Méthode Description
Enqueue ( PollServiceHttpRequest pPollServiceHttpRequest ) : void

Method Details

PollServiceWorkerThread() public méthode

public PollServiceWorkerThread ( int pTimeout ) : System
pTimeout int
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

ThreadStart() public méthode

public ThreadStart ( ) : void
Résultat void