C# Класс Whalin.Caching.Memcached.SockIOPool.MaintenanceThread

Class which extends thread and handles maintenance of the sockIOPool.
Показать файл Открыть проект

Открытые методы

Метод Описание
MaintenanceThread ( SockIOPool pool ) : System
Start ( ) : void

Start the thread

StopThread ( ) : void

Sets stop variable and interups and wait

Приватные методы

Метод Описание
Maintain ( ) : void

The logic of the thread.

MaintenanceThread ( ) : System

Описание методов

MaintenanceThread() публичный Метод

public MaintenanceThread ( SockIOPool pool ) : System
pool SockIOPool
Результат System

Start() публичный Метод

Start the thread
public Start ( ) : void
Результат void

StopThread() публичный Метод

Sets stop variable and interups and wait
public StopThread ( ) : void
Результат void