C# Класс Whalin.Caching.Memcached.SockIO.ConnectThread

Thread to attempt connection. This will be polled by the main thread. We run the risk of filling up w/ threads attempting connections if network is down. However, the falling off mech in the main code should limit this.
Показать файл Открыть проект

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

Метод Описание
ConnectThread ( string host, int port ) : System

Constructor

Start ( ) : void

start thread running. This attempts to establish a connection.

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

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

The logic of the thread.

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

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

Constructor
public ConnectThread ( string host, int port ) : System
host string
port int
Результат System

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

start thread running. This attempts to establish a connection.
public Start ( ) : void
Результат void