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

Class which extends thread and handles maintenance of the sockIOPool.
显示文件 Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
MaintenanceThread ( SockIOPool pool ) : System
Start ( ) : void

Start the thread

StopThread ( ) : void

Sets stop variable and interups and wait

Private Methods

Method Description
Maintain ( ) : void

The logic of the thread.

MaintenanceThread ( ) : System

Method Details

MaintenanceThread() public method

public MaintenanceThread ( SockIOPool pool ) : System
pool SockIOPool
return System

Start() public method

Start the thread
public Start ( ) : void
return void

StopThread() public method

Sets stop variable and interups and wait
public StopThread ( ) : void
return void