C# Class Whalin.Caching.Memcached.SockIOPool.MaintenanceThread

Class which extends thread and handles maintenance of the sockIOPool.
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
MaintenanceThread ( SockIOPool pool ) : System
Start ( ) : void

Start the thread

StopThread ( ) : void

Sets stop variable and interups and wait

Private Methods

Méthode Description
Maintain ( ) : void

The logic of the thread.

MaintenanceThread ( ) : System

Method Details

MaintenanceThread() public méthode

public MaintenanceThread ( SockIOPool pool ) : System
pool SockIOPool
Résultat System

Start() public méthode

Start the thread
public Start ( ) : void
Résultat void

StopThread() public méthode

Sets stop variable and interups and wait
public StopThread ( ) : void
Résultat void